Html Css Color HEX #FBCD40 Sunglow

📋 copy color: '#FBCD40'

red 251 ◦ green 205 ◦ blue 64

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

Shades of Sunglow #FBCD40

Tints of Sunglow #FBCD40

RGB

 RED value IS 251 (98.44% from 255) = 48.27%

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 48.27%
G = 39.42%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBCD40 (or 0xFBCD40) is known color: Sunglow. HEX triplet: FB, CD and 40. RGB value is (251,205,64). Sum of RGB (Red+Green+Blue) = 251+205+64=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBCD40 is #0432BF. Grayscale: #CBCBCB. Windows color (decimal): -275136 or 4247035. OLE color: 4247035.

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

Color convert

RGB 251 205 64 -
CMYK 0 0.18 0.75 0.02
HSL 45.24º 0.96% 0.62% -
HSV(B) 45.24º 0.75% 0.98% -
XYZ 62.54 64.54 14.01 -
YUV 202.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 251 205 64 0 0.18 0.75 0.02 45.24 0.96 0.62
Hex FB CD 40 0 12 4B 2 2D 60 3E
Octal 373 315 100 0 22 113 2 55 140 76
Binary 11111011 11001101 1000000 0 10010 1001011 10 101101 1100000 111110

Color Harmonies of #FBCD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD40

Black with #FBCD40

Text Example


Text Example

White with #FBCD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD40; }

 p { color: rgb(251,205,64); }

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

background-color css

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

 a { background-color: rgb(251,205,64); }

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

border-color css

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

 span { border-color: rgb(251,205,64); }

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