Html Css Color HEX #FBC42A Saffron

📋 copy color: '#FBC42A'

red 251 ◦ green 196 ◦ blue 42

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

Shades of Saffron #FBC42A

Tints of Saffron #FBC42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.59%

R = 51.33%
G = 40.08%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBC42A (or 0xFBC42A) is known color: Saffron. HEX triplet: FB, C4 and 2A. RGB value is (251,196,42). Sum of RGB (Red+Green+Blue) = 251+196+42=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC42A is #043BD5. Grayscale: #C3C3C3. Windows color (decimal): -277462 or 2802939. OLE color: 2802939.

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

Color convert

RGB 251 196 42 -
CMYK 0 0.22 0.83 0.02
HSL 44.21º 0.96% 0.57% -
HSV(B) 44.21º 0.83% 0.98% -
XYZ 59.94 60.16 10.64 -
YUV 194.89 41.72 168.02 -
System Red Green Blue C M Y K H S L
Decimal 251 196 42 0 0.22 0.83 0.02 44.21 0.96 0.57
Hex FB C4 2A 0 16 53 2 2C 60 39
Octal 373 304 52 0 26 123 2 54 140 71
Binary 11111011 11000100 101010 0 10110 1010011 10 101100 1100000 111001

Color Harmonies of #FBC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC42A

Black with #FBC42A

Text Example


Text Example

White with #FBC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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