Html Css Color HEX #F9F265 Corn

📋 copy color: '#F9F265'

red 249 ◦ green 242 ◦ blue 101

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

Shades of Corn #F9F265

Tints of Corn #F9F265

RGB

 RED value IS 249 (97.66% from 255) = 42.06%

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

 BLUE value IS 101 (39.84% from 255) = 17.06%

R = 42.06%
G = 40.88%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F9F265 (or 0xF9F265) is known color: Corn. HEX triplet: F9, F2 and 65. RGB value is (249,242,101). Sum of RGB (Red+Green+Blue) = 249+242+101=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 101 (39.84% from 255 or 17.06% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F265 is #060D9A. Grayscale: #E4E4E4. Windows color (decimal): -396699 or 6681337. OLE color: 6681337.

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

Color convert

RGB 249 242 101 -
CMYK 0 0.03 0.59 0.02
HSL 57.16º 0.93% 0.69% -
HSV(B) 57.16º 0.59% 0.98% -
XYZ 73.17 84.58 24.78 -
YUV 228.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 249 242 101 0 0.03 0.59 0.02 57.16 0.93 0.69
Hex F9 F2 65 0 3 3B 2 39 5C 45
Octal 371 362 145 0 3 73 2 71 134 105
Binary 11111001 11110010 1100101 0 11 111011 10 111001 1011100 1000101

Color Harmonies of #F9F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F265

Black with #F9F265

Text Example


Text Example

White with #F9F265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F265; }

 p { color: rgb(249,242,101); }

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

background-color css

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

 a { background-color: rgb(249,242,101); }

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

border-color css

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

 span { border-color: rgb(249,242,101); }

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