Html Css Color HEX #FAC430 Saffron

📋 copy color: '#FAC430'

red 250 ◦ green 196 ◦ blue 48

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

Shades of Saffron #FAC430

Tints of Saffron #FAC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 50.61%
G = 39.68%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC430 (or 0xFAC430) is known color: Saffron. HEX triplet: FA, C4 and 30. RGB value is (250,196,48). Sum of RGB (Red+Green+Blue) = 250+196+48=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC430 is #053BCF. Grayscale: #C3C3C3. Windows color (decimal): -342992 or 3196154. OLE color: 3196154.

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

Color convert

RGB 250 196 48 -
CMYK 0 0.22 0.81 0.02
HSL 43.96º 0.95% 0.58% -
HSV(B) 43.96º 0.81% 0.98% -
XYZ 59.7 60.02 11.23 -
YUV 195.27 44.89 167.03 -
System Red Green Blue C M Y K H S L
Decimal 250 196 48 0 0.22 0.81 0.02 43.96 0.95 0.58
Hex FA C4 30 0 16 51 2 2C 5F 3A
Octal 372 304 60 0 26 121 2 54 137 72
Binary 11111010 11000100 110000 0 10110 1010001 10 101100 1011111 111010

Color Harmonies of #FAC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC430

Black with #FAC430

Text Example


Text Example

White with #FAC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC430; }

 p { color: rgb(250,196,48); }

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

background-color css

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

 a { background-color: rgb(250,196,48); }

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

border-color css

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

 span { border-color: rgb(250,196,48); }

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