Html Css Color HEX #FAF360 Corn

📋 copy color: '#FAF360'

red 250 ◦ green 243 ◦ blue 96

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

Shades of Corn #FAF360

Tints of Corn #FAF360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.3%

R = 42.44%
G = 41.26%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAF360 (or 0xFAF360) is known color: Corn. HEX triplet: FA, F3 and 60. RGB value is (250,243,96). Sum of RGB (Red+Green+Blue) = 250+243+96=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 96 (37.89% from 255 or 16.30% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF360 is #050C9F. Grayscale: #E4E4E4. Windows color (decimal): -330912 or 6353914. OLE color: 6353914.

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

Color convert

RGB 250 243 96 -
CMYK 0 0.03 0.62 0.02
HSL 57.27º 0.94% 0.68% -
HSV(B) 57.27º 0.62% 0.98% -
XYZ 73.59 85.27 23.65 -
YUV 228.34 53.32 143.45 -
System Red Green Blue C M Y K H S L
Decimal 250 243 96 0 0.03 0.62 0.02 57.27 0.94 0.68
Hex FA F3 60 0 3 3E 2 39 5E 44
Octal 372 363 140 0 3 76 2 71 136 104
Binary 11111010 11110011 1100000 0 11 111110 10 111001 1011110 1000100

Color Harmonies of #FAF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF360

Black with #FAF360

Text Example


Text Example

White with #FAF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF360; }

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

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

background-color css

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

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

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

border-color css

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

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

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