Html Css Color HEX #FEF265 Corn

📋 copy color: '#FEF265'

red 254 ◦ green 242 ◦ blue 101

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

Shades of Corn #FEF265

Tints of Corn #FEF265

RGB

 RED value IS 254 (99.61% from 255) = 42.55%

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

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

R = 42.55%
G = 40.54%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEF265 (or 0xFEF265) is known color: Corn. HEX triplet: FE, F2 and 65. RGB value is (254,242,101). Sum of RGB (Red+Green+Blue) = 254+242+101=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 101 (39.84% from 255 or 16.92% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF265 is #010D9A. Grayscale: #E6E6E6. Windows color (decimal): -69019 or 6681342. OLE color: 6681342.

HSL color Cylindrical-coordinate representation of color #FEF265: hue angle of 55.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEF265 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 101 -
CMYK 0 0.05 0.60 0.00
HSL 55.29º 0.99% 0.7% -
HSV(B) 55.29º 0.6% 1% -
XYZ 74.97 85.51 24.87 -
YUV 229.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 254 242 101 0 0.05 0.60 0.00 55.29 0.99 0.7
Hex FE F2 65 0 5 3C 0 37 63 46
Octal 376 362 145 0 5 74 0 67 143 106
Binary 11111110 11110010 1100101 0 101 111100 0 110111 1100011 1000110

Color Harmonies of #FEF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF265

Black with #FEF265

Text Example


Text Example

White with #FEF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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