Html Css Color HEX #FBC12D Saffron

📋 copy color: '#FBC12D'

red 251 ◦ green 193 ◦ blue 45

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

Shades of Saffron #FBC12D

Tints of Saffron #FBC12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.47%

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

R = 51.33%
G = 39.47%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBC12D (or 0xFBC12D) is known color: Saffron. HEX triplet: FB, C1 and 2D. RGB value is (251,193,45). Sum of RGB (Red+Green+Blue) = 251+193+45=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC12D is #043ED2. Grayscale: #C2C2C2. Windows color (decimal): -278227 or 2998779. OLE color: 2998779.

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

Color convert

RGB 251 193 45 -
CMYK 0 0.23 0.82 0.02
HSL 43.11º 0.96% 0.58% -
HSV(B) 43.11º 0.82% 0.98% -
XYZ 59.33 58.84 10.71 -
YUV 193.47 44.22 169.03 -
System Red Green Blue C M Y K H S L
Decimal 251 193 45 0 0.23 0.82 0.02 43.11 0.96 0.58
Hex FB C1 2D 0 17 52 2 2B 60 3A
Octal 373 301 55 0 27 122 2 53 140 72
Binary 11111011 11000001 101101 0 10111 1010010 10 101011 1100000 111010

Color Harmonies of #FBC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC12D

Black with #FBC12D

Text Example


Text Example

White with #FBC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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