Html Css Color HEX #F5F35C Corn

📋 copy color: '#F5F35C'

red 245 ◦ green 243 ◦ blue 92

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

Shades of Corn #F5F35C

Tints of Corn #F5F35C

RGB

 RED value IS 245 (96.09% from 255) = 42.24%

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

 BLUE value IS 92 (36.33% from 255) = 15.86%

R = 42.24%
G = 41.9%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5F35C (or 0xF5F35C) is known color: Corn. HEX triplet: F5, F3 and 5C. RGB value is (245,243,92). Sum of RGB (Red+Green+Blue) = 245+243+92=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 92 (36.33% from 255 or 15.86% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F35C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F35C is #0A0CA3. Grayscale: #E2E2E2. Windows color (decimal): -658596 or 6091765. OLE color: 6091765.

HSL color Cylindrical-coordinate representation of color #F5F35C: hue angle of 59.22º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5F35C is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 243 92 -
CMYK 0 0.01 0.62 0.04
HSL 59.22º 0.88% 0.66% -
HSV(B) 59.22º 0.62% 0.96% -
XYZ 71.64 84.29 22.62 -
YUV 226.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 245 243 92 0 0.01 0.62 0.04 59.22 0.88 0.66
Hex F5 F3 5C 0 1 3E 4 3B 58 42
Octal 365 363 134 0 1 76 4 73 130 102
Binary 11110101 11110011 1011100 0 1 111110 100 111011 1011000 1000010

Color Harmonies of #F5F35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F35C

Black with #F5F35C

Text Example


Text Example

White with #F5F35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F35C; }

 p { color: rgb(245,243,92); }

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

background-color css

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

 a { background-color: rgb(245,243,92); }

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

border-color css

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

 span { border-color: rgb(245,243,92); }

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