Html Css Color HEX #FBC440 Sunglow

📋 copy color: '#FBC440'

red 251 ◦ green 196 ◦ blue 64

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

Shades of Sunglow #FBC440

Tints of Sunglow #FBC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

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

R = 49.12%
G = 38.36%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBC440 (or 0xFBC440) is known color: Sunglow. HEX triplet: FB, C4 and 40. RGB value is (251,196,64). Sum of RGB (Red+Green+Blue) = 251+196+64=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC440 is #043BBF. Grayscale: #C5C5C5. Windows color (decimal): -277440 or 4244731. OLE color: 4244731.

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

Color convert

RGB 251 196 64 -
CMYK 0 0.22 0.75 0.02
HSL 42.35º 0.96% 0.62% -
HSV(B) 42.35º 0.75% 0.98% -
XYZ 60.45 60.36 13.31 -
YUV 197.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 251 196 64 0 0.22 0.75 0.02 42.35 0.96 0.62
Hex FB C4 40 0 16 4B 2 2A 60 3E
Octal 373 304 100 0 26 113 2 52 140 76
Binary 11111011 11000100 1000000 0 10110 1001011 10 101010 1100000 111110

Color Harmonies of #FBC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC440

Black with #FBC440

Text Example


Text Example

White with #FBC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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