Html Css Color HEX #FBC029 Saffron

📋 copy color: '#FBC029'

red 251 ◦ green 192 ◦ blue 41

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

Shades of Saffron #FBC029

Tints of Saffron #FBC029

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

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

R = 51.86%
G = 39.67%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC029 (or 0xFBC029) is known color: Saffron. HEX triplet: FB, C0 and 29. RGB value is (251,192,41). Sum of RGB (Red+Green+Blue) = 251+192+41=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC029 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC029 is #043FD6. Grayscale: #C1C1C1. Windows color (decimal): -278487 or 2736379. OLE color: 2736379.

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

Color convert

RGB 251 192 41 -
CMYK 0 0.24 0.84 0.02
HSL 43.14º 0.96% 0.57% -
HSV(B) 43.14º 0.84% 0.98% -
XYZ 59.03 58.37 10.25 -
YUV 192.43 42.55 169.78 -
System Red Green Blue C M Y K H S L
Decimal 251 192 41 0 0.24 0.84 0.02 43.14 0.96 0.57
Hex FB C0 29 0 18 54 2 2B 60 39
Octal 373 300 51 0 30 124 2 53 140 71
Binary 11111011 11000000 101001 0 11000 1010100 10 101011 1100000 111001

Color Harmonies of #FBC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC029

Black with #FBC029

Text Example


Text Example

White with #FBC029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC029; }

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

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

background-color css

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

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

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

border-color css

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

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

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