Html Css Color HEX #FFD731 Sunglow

📋 copy color: '#FFD731'

red 255 ◦ green 215 ◦ blue 49

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

Shades of Sunglow #FFD731

Tints of Sunglow #FFD731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 49 (19.53% from 255) = 9.44%

R = 49.13%
G = 41.43%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFD731 (or 0xFFD731) is known color: Sunglow. HEX triplet: FF, D7 and 31. RGB value is (255,215,49). Sum of RGB (Red+Green+Blue) = 255+215+49=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD731 is #0028CE. Grayscale: #D0D0D0. Windows color (decimal): -10447 or 3266559. OLE color: 3266559.

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

Color convert

RGB 255 215 49 -
CMYK 0 0.16 0.81 0
HSL 48.35º 1% 0.6% -
HSV(B) 48.35º 0.81% 1% -
XYZ 66.09 70.08 12.95 -
YUV 208.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 255 215 49 0 0.16 0.81 0 48.35 1 0.6
Hex FF D7 31 0 10 51 0 30 64 3C
Octal 377 327 61 0 20 121 0 60 144 74
Binary 11111111 11010111 110001 0 10000 1010001 0 110000 1100100 111100

Color Harmonies of #FFD731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD731

Black with #FFD731

Text Example


Text Example

White with #FFD731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD731; }

 p { color: rgb(255,215,49); }

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

background-color css

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

 a { background-color: rgb(255,215,49); }

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

border-color css

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

 span { border-color: rgb(255,215,49); }

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