Html Css Color HEX #FAC23D Saffron

📋 copy color: '#FAC23D'

red 250 ◦ green 194 ◦ blue 61

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

Shades of Saffron #FAC23D

Tints of Saffron #FAC23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.08%

R = 49.5%
G = 38.42%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC23D (or 0xFAC23D) is known color: Saffron. HEX triplet: FA, C2 and 3D. RGB value is (250,194,61). Sum of RGB (Red+Green+Blue) = 250+194+61=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC23D is #053DC2. Grayscale: #C4C4C4. Windows color (decimal): -343491 or 4047610. OLE color: 4047610.

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

Color convert

RGB 250 194 61 -
CMYK 0 0.22 0.76 0.02
HSL 42.22º 0.95% 0.61% -
HSV(B) 42.22º 0.76% 0.98% -
XYZ 59.56 59.24 12.71 -
YUV 195.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 250 194 61 0 0.22 0.76 0.02 42.22 0.95 0.61
Hex FA C2 3D 0 16 4C 2 2A 5F 3D
Octal 372 302 75 0 26 114 2 52 137 75
Binary 11111010 11000010 111101 0 10110 1001100 10 101010 1011111 111101

Color Harmonies of #FAC23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC23D

Black with #FAC23D

Text Example


Text Example

White with #FAC23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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