#ffcb3d

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

Shades of Sunglow #FFCB3D

Tints of Sunglow #FFCB3D

Color information

#FFCB3D (or 0xFFCB3D) is unknown color: approx Sunglow. HEX triplet: FF, CB and 3D. RGB value is (255,203,61). Sum of RGB (Red+Green+Blue) = 255+203+61=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB3D is #0034C2. Grayscale: #CACACA. Windows color (decimal): -13507 or 4049919. OLE color: 4049919.

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

Color convert

RGB25520361-
CMYK00.200.760
HSL43.92º100%61.96%-
HSV(B)43.92º76.08%100%-
XYZ63.4464.3113.48-
YUV202.3648.23165.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 61 (24.22% from 255) = 11.75%
R=49.13%
G=39.11%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552036100.200.76043.9210061.96
HexFFCB3D0144C02c643e
Octal3773137502411405414476
Binary1111111111001011111101010100100110001011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffcb3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffcb3d; }

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

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

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

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

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

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

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

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