Html Css Color HEX #FEF65B Corn

📋 copy color: '#FEF65B'

red 254 ◦ green 246 ◦ blue 91

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

Shades of Corn #FEF65B

Tints of Corn #FEF65B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.62%

 BLUE value IS 91 (35.94% from 255) = 15.4%

R = 42.98%
G = 41.62%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEF65B (or 0xFEF65B) is known color: Corn. HEX triplet: FE, F6 and 5B. RGB value is (254,246,91). Sum of RGB (Red+Green+Blue) = 254+246+91=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 91 (35.94% from 255 or 15.40% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF65B is #0109A4. Grayscale: #E7E7E7. Windows color (decimal): -68005 or 6027006. OLE color: 6027006.

HSL color Cylindrical-coordinate representation of color #FEF65B: hue angle of 57.06º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEF65B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 246 91 -
CMYK 0 0.03 0.64 0.00
HSL 57.06º 0.99% 0.68% -
HSV(B) 57.06º 0.64% 1% -
XYZ 75.72 87.74 22.84 -
YUV 230.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 254 246 91 0 0.03 0.64 0.00 57.06 0.99 0.68
Hex FE F6 5B 0 3 40 0 39 63 44
Octal 376 366 133 0 3 100 0 71 143 104
Binary 11111110 11110110 1011011 0 11 1000000 0 111001 1100011 1000100

Color Harmonies of #FEF65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF65B

Black with #FEF65B

Text Example


Text Example

White with #FEF65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF65B; }

 p { color: rgb(254,246,91); }

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

background-color css

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

 a { background-color: rgb(254,246,91); }

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

border-color css

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

 span { border-color: rgb(254,246,91); }

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