Html Css Color HEX #FFC731 Sunglow

📋 copy color: '#FFC731'

red 255 ◦ green 199 ◦ blue 49

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

Shades of Sunglow #FFC731

Tints of Sunglow #FFC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 50.7%
G = 39.56%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFC731 (or 0xFFC731) is known color: Sunglow. HEX triplet: FF, C7 and 31. RGB value is (255,199,49). Sum of RGB (Red+Green+Blue) = 255+199+49=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC731 is #0038CE. Grayscale: #C7C7C7. Windows color (decimal): -14543 or 3262463. OLE color: 3262463.

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

Color convert

RGB 255 199 49 -
CMYK 0 0.22 0.81 0
HSL 43.69º 1% 0.6% -
HSV(B) 43.69º 0.81% 1% -
XYZ 62.22 62.33 11.66 -
YUV 198.64 43.55 168.2 -
System Red Green Blue C M Y K H S L
Decimal 255 199 49 0 0.22 0.81 0 43.69 1 0.6
Hex FF C7 31 0 16 51 0 2C 64 3C
Octal 377 307 61 0 26 121 0 54 144 74
Binary 11111111 11000111 110001 0 10110 1010001 0 101100 1100100 111100

Color Harmonies of #FFC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC731

Black with #FFC731

Text Example


Text Example

White with #FFC731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC731; }

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

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

background-color css

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

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

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

border-color css

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

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

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