#ffcb3f

Color #FFCB3F Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FFCB3F

Tints of Sunglow #FFCB3F

Color information

#FFCB3F (or 0xFFCB3F) is unknown color: approx Sunglow. HEX triplet: FF, CB and 3F. RGB value is (255,203,63). Sum of RGB (Red+Green+Blue) = 255+203+63=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB3F is #0034C0. Grayscale: #CBCBCB. Windows color (decimal): -13505 or 4180991. OLE color: 4180991.

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

Color convert

RGB25520363-
CMYK00.200.750
HSL43.75º100%62.35%-
HSV(B)43.75º75.29%100%-
XYZ63.4964.3313.77-
YUV202.5949.23165.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 63 (25% from 255) = 12.09%
R=48.94%
G=38.96%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552036300.200.75043.7510062.35
HexFFCB3F0144B02c643e
Octal3773137702411305414476
Binary1111111111001011111111010100100101101011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffcb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffcb3f; }

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

 H1.HeaderClassName
 {
   color: #ffcb3f;
 }
 .AnyTagClassName
 {
   color: #ffcb3f;
 }
</style>
background-color css

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

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

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

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

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

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