Html Css Color HEX #FBC129 Saffron

📋 copy color: '#FBC129'

red 251 ◦ green 193 ◦ blue 41

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

Shades of Saffron #FBC129

Tints of Saffron #FBC129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.45%

R = 51.75%
G = 39.79%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC129 (or 0xFBC129) is known color: Saffron. HEX triplet: FB, C1 and 29. RGB value is (251,193,41). Sum of RGB (Red+Green+Blue) = 251+193+41=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC129 is #043ED6. Grayscale: #C1C1C1. Windows color (decimal): -278231 or 2736635. OLE color: 2736635.

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

Color convert

RGB 251 193 41 -
CMYK 0 0.23 0.84 0.02
HSL 43.43º 0.96% 0.57% -
HSV(B) 43.43º 0.84% 0.98% -
XYZ 59.25 58.81 10.33 -
YUV 193.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 251 193 41 0 0.23 0.84 0.02 43.43 0.96 0.57
Hex FB C1 29 0 17 54 2 2B 60 39
Octal 373 301 51 0 27 124 2 53 140 71
Binary 11111011 11000001 101001 0 10111 1010100 10 101011 1100000 111001

Color Harmonies of #FBC129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC129

Black with #FBC129

Text Example


Text Example

White with #FBC129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC129; }

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

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

background-color css

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

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

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

border-color css

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

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

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