Html Css Color HEX #FABF36 Saffron

📋 copy color: '#FABF36'

red 250 ◦ green 191 ◦ blue 54

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

Shades of Saffron #FABF36

Tints of Saffron #FABF36

RGB

 RED value IS 250 (98.05% from 255) = 50.51%

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 54 (21.48% from 255) = 10.91%

R = 50.51%
G = 38.59%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FABF36 (or 0xFABF36) is known color: Saffron. HEX triplet: FA, BF and 36. RGB value is (250,191,54). Sum of RGB (Red+Green+Blue) = 250+191+54=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABF36 is #0540C9. Grayscale: #C1C1C1. Windows color (decimal): -344266 or 3588090. OLE color: 3588090.

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

Color convert

RGB 250 191 54 -
CMYK 0 0.24 0.78 0.02
HSL 41.94º 0.95% 0.6% -
HSV(B) 41.94º 0.78% 0.98% -
XYZ 58.72 57.85 11.56 -
YUV 193.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 250 191 54 0 0.24 0.78 0.02 41.94 0.95 0.6
Hex FA BF 36 0 18 4E 2 2A 5F 3C
Octal 372 277 66 0 30 116 2 52 137 74
Binary 11111010 10111111 110110 0 11000 1001110 10 101010 1011111 111100

Color Harmonies of #FABF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF36

Black with #FABF36

Text Example


Text Example

White with #FABF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF36; }

 p { color: rgb(250,191,54); }

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

background-color css

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

 a { background-color: rgb(250,191,54); }

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

border-color css

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

 span { border-color: rgb(250,191,54); }

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