Html Css Color HEX #FBC02F Saffron

📋 copy color: '#FBC02F'

red 251 ◦ green 192 ◦ blue 47

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

Shades of Saffron #FBC02F

Tints of Saffron #FBC02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.59%

R = 51.22%
G = 39.18%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBC02F (or 0xFBC02F) is known color: Saffron. HEX triplet: FB, C0 and 2F. RGB value is (251,192,47). Sum of RGB (Red+Green+Blue) = 251+192+47=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC02F is #043FD0. Grayscale: #C1C1C1. Windows color (decimal): -278481 or 3129595. OLE color: 3129595.

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

Color convert

RGB 251 192 47 -
CMYK 0 0.24 0.81 0.02
HSL 42.65º 0.96% 0.58% -
HSV(B) 42.65º 0.81% 0.98% -
XYZ 59.15 58.41 10.85 -
YUV 193.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 251 192 47 0 0.24 0.81 0.02 42.65 0.96 0.58
Hex FB C0 2F 0 18 51 2 2B 60 3A
Octal 373 300 57 0 30 121 2 53 140 72
Binary 11111011 11000000 101111 0 11000 1010001 10 101011 1100000 111010

Color Harmonies of #FBC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC02F

Black with #FBC02F

Text Example


Text Example

White with #FBC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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