Html Css Color HEX #FBBC2B Saffron

📋 copy color: '#FBBC2B'

red 251 ◦ green 188 ◦ blue 43

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

Shades of Saffron #FBBC2B

Tints of Saffron #FBBC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 43 (17.19% from 255) = 8.92%

R = 52.07%
G = 39%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBBC2B (or 0xFBBC2B) is known color: Saffron. HEX triplet: FB, BC and 2B. RGB value is (251,188,43). Sum of RGB (Red+Green+Blue) = 251+188+43=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC2B is #0443D4. Grayscale: #BEBEBE. Windows color (decimal): -279509 or 2866427. OLE color: 2866427.

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

Color convert

RGB 251 188 43 -
CMYK 0 0.25 0.83 0.02
HSL 41.83º 0.96% 0.58% -
HSV(B) 41.83º 0.83% 0.98% -
XYZ 58.2 56.65 10.15 -
YUV 190.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 251 188 43 0 0.25 0.83 0.02 41.83 0.96 0.58
Hex FB BC 2B 0 19 53 2 2A 60 3A
Octal 373 274 53 0 31 123 2 52 140 72
Binary 11111011 10111100 101011 0 11001 1010011 10 101010 1100000 111010

Color Harmonies of #FBBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBC2B

Black with #FBBC2B

Text Example


Text Example

White with #FBBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBC2B; }

 p { color: rgb(251,188,43); }

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

background-color css

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

 a { background-color: rgb(251,188,43); }

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

border-color css

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

 span { border-color: rgb(251,188,43); }

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