Html Css Color HEX #FAC23F Saffron

📋 copy color: '#FAC23F'

red 250 ◦ green 194 ◦ blue 63

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

Shades of Saffron #FAC23F

Tints of Saffron #FAC23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.43%

R = 49.31%
G = 38.26%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FAC23F (or 0xFAC23F) is known color: Saffron. HEX triplet: FA, C2 and 3F. RGB value is (250,194,63). Sum of RGB (Red+Green+Blue) = 250+194+63=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 63 (25% from 255 or 12.43% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC23F is #053DC0. Grayscale: #C4C4C4. Windows color (decimal): -343489 or 4178682. OLE color: 4178682.

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

Color convert

RGB 250 194 63 -
CMYK 0 0.22 0.75 0.02
HSL 42.03º 0.95% 0.61% -
HSV(B) 42.03º 0.75% 0.98% -
XYZ 59.61 59.27 13 -
YUV 195.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 250 194 63 0 0.22 0.75 0.02 42.03 0.95 0.61
Hex FA C2 3F 0 16 4B 2 2A 5F 3D
Octal 372 302 77 0 26 113 2 52 137 75
Binary 11111010 11000010 111111 0 10110 1001011 10 101010 1011111 111101

Color Harmonies of #FAC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC23F

Black with #FAC23F

Text Example


Text Example

White with #FAC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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