Html Css Color HEX #F5F25F Corn

📋 copy color: '#F5F25F'

red 245 ◦ green 242 ◦ blue 95

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

Shades of Corn #F5F25F

Tints of Corn #F5F25F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.58%

 BLUE value IS 95 (37.5% from 255) = 16.32%

R = 42.1%
G = 41.58%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5F25F (or 0xF5F25F) is known color: Corn. HEX triplet: F5, F2 and 5F. RGB value is (245,242,95). Sum of RGB (Red+Green+Blue) = 245+242+95=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 95 (37.5% from 255 or 16.32% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F25F is #0A0DA0. Grayscale: #E2E2E2. Windows color (decimal): -658849 or 6288117. OLE color: 6288117.

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

Color convert

RGB 245 242 95 -
CMYK 0 0.01 0.61 0.04
HSL 58.8º 0.88% 0.67% -
HSV(B) 58.8º 0.61% 0.96% -
XYZ 71.47 83.74 23.22 -
YUV 226.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 245 242 95 0 0.01 0.61 0.04 58.8 0.88 0.67
Hex F5 F2 5F 0 1 3D 4 3B 58 43
Octal 365 362 137 0 1 75 4 73 130 103
Binary 11110101 11110010 1011111 0 1 111101 100 111011 1011000 1000011

Color Harmonies of #F5F25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F25F

Black with #F5F25F

Text Example


Text Example

White with #F5F25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F25F; }

 p { color: rgb(245,242,95); }

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

background-color css

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

 a { background-color: rgb(245,242,95); }

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

border-color css

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

 span { border-color: rgb(245,242,95); }

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