Html Css Color HEX #FFD230 Sunglow

📋 copy color: '#FFD230'

red 255 ◦ green 210 ◦ blue 48

#FFD230
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunglow #FFD230

Tints of Sunglow #FFD230

RGB

 RED value IS 255 (100% from 255) = 49.71%

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 48 (19.14% from 255) = 9.36%

R = 49.71%
G = 40.94%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFD230 (or 0xFFD230) is known color: Sunglow. HEX triplet: FF, D2 and 30. RGB value is (255,210,48). Sum of RGB (Red+Green+Blue) = 255+210+48=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD230 is #002DCF. Grayscale: #CDCDCD. Windows color (decimal): -11728 or 3199743. OLE color: 3199743.

HSL color Cylindrical-coordinate representation of color #FFD230: hue angle of 46.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFD230 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 210 48 -
CMYK 0 0.18 0.81 0
HSL 46.96º 1% 0.59% -
HSV(B) 46.96º 0.81% 1% -
XYZ 64.82 67.57 12.42 -
YUV 204.99 39.41 163.67 -
System Red Green Blue C M Y K H S L
Decimal 255 210 48 0 0.18 0.81 0 46.96 1 0.59
Hex FF D2 30 0 12 51 0 2F 64 3B
Octal 377 322 60 0 22 121 0 57 144 73
Binary 11111111 11010010 110000 0 10010 1010001 0 101111 1100100 111011

Color Harmonies of #FFD230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD230

Black with #FFD230

Text Example


Text Example

White with #FFD230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD230; }

 p { color: rgb(255,210,48); }

 H1.HeaderClassName
 {
   color: #FFD230;
 }
 .AnyTagClassName
 {
   color: #FFD230;
 }
</style>

background-color css

<style>
 a { background-color: #FFD230; }

 a { background-color: rgb(255,210,48); }

 div.DivClassName
 {
   background-color: #FFD230;
 }
 .BgClassName
 {
   background-color: #FFD230;
 }
</style>

border-color css

<style>
 span { border-color: #FFD230; }

 span { border-color: rgb(255,210,48); }

 td.TdClassName
 {
   border-color: #FFD230;
 }
 .TagClassName
 {
   border-color: #FFD230;
 }
</style>