Html Css Color HEX #FAF358 Corn

📋 copy color: '#FAF358'

red 250 ◦ green 243 ◦ blue 88

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

Shades of Corn #FAF358

Tints of Corn #FAF358

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

 BLUE value IS 88 (34.77% from 255) = 15.15%

R = 43.03%
G = 41.82%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAF358 (or 0xFAF358) is known color: Corn. HEX triplet: FA, F3 and 58. RGB value is (250,243,88). Sum of RGB (Red+Green+Blue) = 250+243+88=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF358 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF358 is #050CA7. Grayscale: #E4E4E4. Windows color (decimal): -330920 or 5829626. OLE color: 5829626.

HSL color Cylindrical-coordinate representation of color #FAF358: hue angle of 57.41º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAF358 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 243 88 -
CMYK 0 0.03 0.65 0.02
HSL 57.41º 0.94% 0.66% -
HSV(B) 57.41º 0.65% 0.98% -
XYZ 73.24 85.13 21.8 -
YUV 227.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 250 243 88 0 0.03 0.65 0.02 57.41 0.94 0.66
Hex FA F3 58 0 3 41 2 39 5E 42
Octal 372 363 130 0 3 101 2 71 136 102
Binary 11111010 11110011 1011000 0 11 1000001 10 111001 1011110 1000010

Color Harmonies of #FAF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF358

Black with #FAF358

Text Example


Text Example

White with #FAF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF358; }

 p { color: rgb(250,243,88); }

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

background-color css

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

 a { background-color: rgb(250,243,88); }

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

border-color css

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

 span { border-color: rgb(250,243,88); }

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