Html Css Color HEX #FBC42D Saffron

📋 copy color: '#FBC42D'

red 251 ◦ green 196 ◦ blue 45

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

Shades of Saffron #FBC42D

Tints of Saffron #FBC42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.15%

R = 51.02%
G = 39.84%
B = 9.15%

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

#FBC42D (or 0xFBC42D) is known color: Saffron. HEX triplet: FB, C4 and 2D. RGB value is (251,196,45). Sum of RGB (Red+Green+Blue) = 251+196+45=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC42D is #043BD2. Grayscale: #C3C3C3. Windows color (decimal): -277459 or 2999547. OLE color: 2999547.

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

Color convert

RGB 251 196 45 -
CMYK 0 0.22 0.82 0.02
HSL 43.98º 0.96% 0.58% -
HSV(B) 43.98º 0.82% 0.98% -
XYZ 60 60.18 10.94 -
YUV 195.23 43.22 167.78 -
System Red Green Blue C M Y K H S L
Decimal 251 196 45 0 0.22 0.82 0.02 43.98 0.96 0.58
Hex FB C4 2D 0 16 52 2 2C 60 3A
Octal 373 304 55 0 26 122 2 54 140 72
Binary 11111011 11000100 101101 0 10110 1010010 10 101100 1100000 111010

Color Harmonies of #FBC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC42D

Black with #FBC42D

Text Example


Text Example

White with #FBC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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