Html Css Color HEX #FBC62D Saffron

📋 copy color: '#FBC62D'

red 251 ◦ green 198 ◦ blue 45

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

Shades of Saffron #FBC62D

Tints of Saffron #FBC62D

RGB

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

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

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

R = 50.81%
G = 40.08%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBC62D (or 0xFBC62D) is known color: Saffron. HEX triplet: FB, C6 and 2D. RGB value is (251,198,45). Sum of RGB (Red+Green+Blue) = 251+198+45=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC62D is #0439D2. Grayscale: #C5C5C5. Windows color (decimal): -276947 or 3000059. OLE color: 3000059.

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

Color convert

RGB 251 198 45 -
CMYK 0 0.21 0.82 0.02
HSL 44.56º 0.96% 0.58% -
HSV(B) 44.56º 0.82% 0.98% -
XYZ 60.45 61.09 11.09 -
YUV 196.41 42.56 166.94 -
System Red Green Blue C M Y K H S L
Decimal 251 198 45 0 0.21 0.82 0.02 44.56 0.96 0.58
Hex FB C6 2D 0 15 52 2 2D 60 3A
Octal 373 306 55 0 25 122 2 55 140 72
Binary 11111011 11000110 101101 0 10101 1010010 10 101101 1100000 111010

Color Harmonies of #FBC62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC62D

Black with #FBC62D

Text Example


Text Example

White with #FBC62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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