Html Css Color HEX #FEF165 Corn

📋 copy color: '#FEF165'

red 254 ◦ green 241 ◦ blue 101

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

Shades of Corn #FEF165

Tints of Corn #FEF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.44%

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

R = 42.62%
G = 40.44%
B = 16.95%

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

#FEF165 (or 0xFEF165) is known color: Corn. HEX triplet: FE, F1 and 65. RGB value is (254,241,101). Sum of RGB (Red+Green+Blue) = 254+241+101=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF165 is #010E9A. Grayscale: #E5E5E5. Windows color (decimal): -69275 or 6681086. OLE color: 6681086.

HSL color Cylindrical-coordinate representation of color #FEF165: hue angle of 54.9º 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 #FEF165 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 101 -
CMYK 0 0.05 0.60 0.00
HSL 54.9º 0.99% 0.7% -
HSV(B) 54.9º 0.6% 1% -
XYZ 74.68 84.92 24.77 -
YUV 228.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 254 241 101 0 0.05 0.60 0.00 54.9 0.99 0.7
Hex FE F1 65 0 5 3C 0 37 63 46
Octal 376 361 145 0 5 74 0 67 143 106
Binary 11111110 11110001 1100101 0 101 111100 0 110111 1100011 1000110

Color Harmonies of #FEF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF165

Black with #FEF165

Text Example


Text Example

White with #FEF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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