Html Css Color HEX #FABC26 Saffron

📋 copy color: '#FABC26'

red 250 ◦ green 188 ◦ blue 38

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

Shades of Saffron #FABC26

Tints of Saffron #FABC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.98%

R = 52.52%
G = 39.5%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FABC26 (or 0xFABC26) is known color: Saffron. HEX triplet: FA, BC and 26. RGB value is (250,188,38). Sum of RGB (Red+Green+Blue) = 250+188+38=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC26 is #0543D9. Grayscale: #BEBEBE. Windows color (decimal): -345050 or 2538746. OLE color: 2538746.

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

Color convert

RGB 250 188 38 -
CMYK 0 0.25 0.85 0.02
HSL 42.45º 0.95% 0.56% -
HSV(B) 42.45º 0.85% 0.98% -
XYZ 57.76 56.43 9.68 -
YUV 189.44 42.54 171.2 -
System Red Green Blue C M Y K H S L
Decimal 250 188 38 0 0.25 0.85 0.02 42.45 0.95 0.56
Hex FA BC 26 0 19 55 2 2A 5F 38
Octal 372 274 46 0 31 125 2 52 137 70
Binary 11111010 10111100 100110 0 11001 1010101 10 101010 1011111 111000

Color Harmonies of #FABC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABC26

Black with #FABC26

Text Example


Text Example

White with #FABC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABC26; }

 p { color: rgb(250,188,38); }

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

background-color css

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

 a { background-color: rgb(250,188,38); }

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

border-color css

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

 span { border-color: rgb(250,188,38); }

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