Html Css Color HEX #FBC42C Saffron

📋 copy color: '#FBC42C'

red 251 ◦ green 196 ◦ blue 44

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

Shades of Saffron #FBC42C

Tints of Saffron #FBC42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.96%

R = 51.12%
G = 39.92%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBC42C (or 0xFBC42C) is known color: Saffron. HEX triplet: FB, C4 and 2C. RGB value is (251,196,44). Sum of RGB (Red+Green+Blue) = 251+196+44=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC42C is #043BD3. Grayscale: #C3C3C3. Windows color (decimal): -277460 or 2934011. OLE color: 2934011.

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

Color convert

RGB 251 196 44 -
CMYK 0 0.22 0.82 0.02
HSL 44.06º 0.96% 0.58% -
HSV(B) 44.06º 0.82% 0.98% -
XYZ 59.98 60.17 10.84 -
YUV 195.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 251 196 44 0 0.22 0.82 0.02 44.06 0.96 0.58
Hex FB C4 2C 0 16 52 2 2C 60 3A
Octal 373 304 54 0 26 122 2 54 140 72
Binary 11111011 11000100 101100 0 10110 1010010 10 101100 1100000 111010

Color Harmonies of #FBC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC42C

Black with #FBC42C

Text Example


Text Example

White with #FBC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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