Html Css Color HEX #FFD030 Sunglow

📋 copy color: '#FFD030'

red 255 ◦ green 208 ◦ blue 48

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

Shades of Sunglow #FFD030

Tints of Sunglow #FFD030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 49.9%
G = 40.7%
B = 9.39%

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

#FFD030 (or 0xFFD030) is known color: Sunglow. HEX triplet: FF, D0 and 30. RGB value is (255,208,48). Sum of RGB (Red+Green+Blue) = 255+208+48=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD030 is #002FCF. Grayscale: #CCCCCC. Windows color (decimal): -12240 or 3199231. OLE color: 3199231.

HSL color Cylindrical-coordinate representation of color #FFD030: hue angle of 46.38º 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 #FFD030 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 48 -
CMYK 0 0.18 0.81 0
HSL 46.38º 1% 0.59% -
HSV(B) 46.38º 0.81% 1% -
XYZ 64.33 66.59 12.26 -
YUV 203.81 40.07 164.51 -
System Red Green Blue C M Y K H S L
Decimal 255 208 48 0 0.18 0.81 0 46.38 1 0.59
Hex FF D0 30 0 12 51 0 2E 64 3B
Octal 377 320 60 0 22 121 0 56 144 73
Binary 11111111 11010000 110000 0 10010 1010001 0 101110 1100100 111011

Color Harmonies of #FFD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD030

Black with #FFD030

Text Example


Text Example

White with #FFD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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