Html Css Color HEX #FAC238 Saffron

📋 copy color: '#FAC238'

red 250 ◦ green 194 ◦ blue 56

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

Shades of Saffron #FAC238

Tints of Saffron #FAC238

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

 BLUE value IS 56 (22.27% from 255) = 11.2%

R = 50%
G = 38.8%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FAC238 (or 0xFAC238) is known color: Saffron. HEX triplet: FA, C2 and 38. RGB value is (250,194,56). Sum of RGB (Red+Green+Blue) = 250+194+56=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC238 is #053DC7. Grayscale: #C3C3C3. Windows color (decimal): -343496 or 3719930. OLE color: 3719930.

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

Color convert

RGB 250 194 56 -
CMYK 0 0.22 0.78 0.02
HSL 42.68º 0.95% 0.6% -
HSV(B) 42.68º 0.78% 0.98% -
XYZ 59.43 59.19 12.03 -
YUV 195.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 250 194 56 0 0.22 0.78 0.02 42.68 0.95 0.6
Hex FA C2 38 0 16 4E 2 2B 5F 3C
Octal 372 302 70 0 26 116 2 53 137 74
Binary 11111010 11000010 111000 0 10110 1001110 10 101011 1011111 111100

Color Harmonies of #FAC238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC238

Black with #FAC238

Text Example


Text Example

White with #FAC238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC238; }

 p { color: rgb(250,194,56); }

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

background-color css

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

 a { background-color: rgb(250,194,56); }

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

border-color css

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

 span { border-color: rgb(250,194,56); }

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