Html Css Color HEX #FBC940 Sunglow

📋 copy color: '#FBC940'

red 251 ◦ green 201 ◦ blue 64

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

Shades of Sunglow #FBC940

Tints of Sunglow #FBC940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.95%

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

R = 48.64%
G = 38.95%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBC940 (or 0xFBC940) is known color: Sunglow. HEX triplet: FB, C9 and 40. RGB value is (251,201,64). Sum of RGB (Red+Green+Blue) = 251+201+64=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC940 is #0436BF. Grayscale: #C8C8C8. Windows color (decimal): -276160 or 4246011. OLE color: 4246011.

HSL color Cylindrical-coordinate representation of color #FBC940: hue angle of 43.96º 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 #FBC940 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 201 64 -
CMYK 0 0.20 0.75 0.02
HSL 43.96º 0.96% 0.62% -
HSV(B) 43.96º 0.75% 0.98% -
XYZ 61.6 62.65 13.7 -
YUV 200.33 51.07 164.14 -
System Red Green Blue C M Y K H S L
Decimal 251 201 64 0 0.20 0.75 0.02 43.96 0.96 0.62
Hex FB C9 40 0 14 4B 2 2C 60 3E
Octal 373 311 100 0 24 113 2 54 140 76
Binary 11111011 11001001 1000000 0 10100 1001011 10 101100 1100000 111110

Color Harmonies of #FBC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC940

Black with #FBC940

Text Example


Text Example

White with #FBC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC940; }

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

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

background-color css

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

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

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

border-color css

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

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

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