Html Css Color HEX #FFCB40 Sunglow

📋 copy color: '#FFCB40'

red 255 ◦ green 203 ◦ blue 64

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

Shades of Sunglow #FFCB40

Tints of Sunglow #FFCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 64 (25.39% from 255) = 12.26%

R = 48.85%
G = 38.89%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFCB40 (or 0xFFCB40) is known color: Sunglow. HEX triplet: FF, CB and 40. RGB value is (255,203,64). Sum of RGB (Red+Green+Blue) = 255+203+64=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB40 is #0034BF. Grayscale: #CBCBCB. Windows color (decimal): -13504 or 4246527. OLE color: 4246527.

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

Color convert

RGB 255 203 64 -
CMYK 0 0.20 0.75 0
HSL 43.66º 1% 0.63% -
HSV(B) 43.66º 0.75% 1% -
XYZ 63.52 64.34 13.92 -
YUV 202.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 255 203 64 0 0.20 0.75 0 43.66 1 0.63
Hex FF CB 40 0 14 4B 0 2C 64 3F
Octal 377 313 100 0 24 113 0 54 144 77
Binary 11111111 11001011 1000000 0 10100 1001011 0 101100 1100100 111111

Color Harmonies of #FFCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB40

Black with #FFCB40

Text Example


Text Example

White with #FFCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB40; }

 p { color: rgb(255,203,64); }

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

background-color css

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

 a { background-color: rgb(255,203,64); }

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

border-color css

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

 span { border-color: rgb(255,203,64); }

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