Html Css Color HEX #FBC629 Saffron

📋 copy color: '#FBC629'

red 251 ◦ green 198 ◦ blue 41

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

Shades of Saffron #FBC629

Tints of Saffron #FBC629

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

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

R = 51.22%
G = 40.41%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBC629 (or 0xFBC629) is known color: Saffron. HEX triplet: FB, C6 and 29. RGB value is (251,198,41). Sum of RGB (Red+Green+Blue) = 251+198+41=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 41 (16.41% from 255 or 8.37% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC629 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC629 is #0439D6. Grayscale: #C4C4C4. Windows color (decimal): -276951 or 2737915. OLE color: 2737915.

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

Color convert

RGB 251 198 41 -
CMYK 0 0.21 0.84 0.02
HSL 44.86º 0.96% 0.57% -
HSV(B) 44.86º 0.84% 0.98% -
XYZ 60.38 61.06 10.7 -
YUV 195.95 40.56 167.27 -
System Red Green Blue C M Y K H S L
Decimal 251 198 41 0 0.21 0.84 0.02 44.86 0.96 0.57
Hex FB C6 29 0 15 54 2 2D 60 39
Octal 373 306 51 0 25 124 2 55 140 71
Binary 11111011 11000110 101001 0 10101 1010100 10 101101 1100000 111001

Color Harmonies of #FBC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC629

Black with #FBC629

Text Example


Text Example

White with #FBC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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