Html Css Color HEX #FAC42D Saffron

📋 copy color: '#FAC42D'

red 250 ◦ green 196 ◦ blue 45

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

Shades of Saffron #FAC42D

Tints of Saffron #FAC42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.16%

R = 50.92%
G = 39.92%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC42D (or 0xFAC42D) is known color: Saffron. HEX triplet: FA, C4 and 2D. RGB value is (250,196,45). Sum of RGB (Red+Green+Blue) = 250+196+45=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC42D is #053BD2. Grayscale: #C3C3C3. Windows color (decimal): -342995 or 2999546. OLE color: 2999546.

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

Color convert

RGB 250 196 45 -
CMYK 0 0.22 0.82 0.02
HSL 44.2º 0.95% 0.58% -
HSV(B) 44.2º 0.82% 0.98% -
XYZ 59.64 59.99 10.92 -
YUV 194.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 250 196 45 0 0.22 0.82 0.02 44.2 0.95 0.58
Hex FA C4 2D 0 16 52 2 2C 5F 3A
Octal 372 304 55 0 26 122 2 54 137 72
Binary 11111010 11000100 101101 0 10110 1010010 10 101100 1011111 111010

Color Harmonies of #FAC42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC42D

Black with #FAC42D

Text Example


Text Example

White with #FAC42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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