Html Css Color HEX #FEF35F Corn

📋 copy color: '#FEF35F'

red 254 ◦ green 243 ◦ blue 95

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

Shades of Corn #FEF35F

Tints of Corn #FEF35F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.05%

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

R = 42.91%
G = 41.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEF35F (or 0xFEF35F) is known color: Corn. HEX triplet: FE, F3 and 5F. RGB value is (254,243,95). Sum of RGB (Red+Green+Blue) = 254+243+95=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 95 (37.5% from 255 or 16.05% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF35F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF35F is #010CA0. Grayscale: #E6E6E6. Windows color (decimal): -68769 or 6288382. OLE color: 6288382.

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

Color convert

RGB 254 243 95 -
CMYK 0 0.04 0.63 0.00
HSL 55.85º 0.99% 0.68% -
HSV(B) 55.85º 0.63% 1% -
XYZ 74.99 86 23.47 -
YUV 229.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 254 243 95 0 0.04 0.63 0.00 55.85 0.99 0.68
Hex FE F3 5F 0 4 3F 0 38 63 44
Octal 376 363 137 0 4 77 0 70 143 104
Binary 11111110 11110011 1011111 0 100 111111 0 111000 1100011 1000100

Color Harmonies of #FEF35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF35F

Black with #FEF35F

Text Example


Text Example

White with #FEF35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF35F; }

 p { color: rgb(254,243,95); }

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

background-color css

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

 a { background-color: rgb(254,243,95); }

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

border-color css

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

 span { border-color: rgb(254,243,95); }

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