Html Css Color HEX #FFCE31 Sunglow

📋 copy color: '#FFCE31'

red 255 ◦ green 206 ◦ blue 49

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

Shades of Sunglow #FFCE31

Tints of Sunglow #FFCE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.39%

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

R = 50%
G = 40.39%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFCE31 (or 0xFFCE31) is known color: Sunglow. HEX triplet: FF, CE and 31. RGB value is (255,206,49). Sum of RGB (Red+Green+Blue) = 255+206+49=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 49 (19.53% from 255 or 9.61% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE31 is #0031CE. Grayscale: #CBCBCB. Windows color (decimal): -12751 or 3264255. OLE color: 3264255.

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

Color convert

RGB 255 206 49 -
CMYK 0 0.19 0.81 0
HSL 45.73º 1% 0.6% -
HSV(B) 45.73º 0.81% 1% -
XYZ 63.87 65.62 12.21 -
YUV 202.75 41.23 165.27 -
System Red Green Blue C M Y K H S L
Decimal 255 206 49 0 0.19 0.81 0 45.73 1 0.6
Hex FF CE 31 0 13 51 0 2E 64 3C
Octal 377 316 61 0 23 121 0 56 144 74
Binary 11111111 11001110 110001 0 10011 1010001 0 101110 1100100 111100

Color Harmonies of #FFCE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCE31

Black with #FFCE31

Text Example


Text Example

White with #FFCE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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