Html Css Color HEX #FEF267 Corn

📋 copy color: '#FEF267'

red 254 ◦ green 242 ◦ blue 103

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

Shades of Corn #FEF267

Tints of Corn #FEF267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 17.2%

R = 42.4%
G = 40.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEF267 (or 0xFEF267) is known color: Corn. HEX triplet: FE, F2 and 67. RGB value is (254,242,103). Sum of RGB (Red+Green+Blue) = 254+242+103=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 103 (40.62% from 255 or 17.20% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF267 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF267 is #010D98. Grayscale: #E6E6E6. Windows color (decimal): -69017 or 6812414. OLE color: 6812414.

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

Color convert

RGB 254 242 103 -
CMYK 0 0.05 0.59 0.00
HSL 55.23º 0.99% 0.7% -
HSV(B) 55.23º 0.59% 1% -
XYZ 75.07 85.55 25.39 -
YUV 229.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 254 242 103 0 0.05 0.59 0.00 55.23 0.99 0.7
Hex FE F2 67 0 5 3B 0 37 63 46
Octal 376 362 147 0 5 73 0 67 143 106
Binary 11111110 11110010 1100111 0 101 111011 0 110111 1100011 1000110

Color Harmonies of #FEF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF267

Black with #FEF267

Text Example


Text Example

White with #FEF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF267; }

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

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

background-color css

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

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

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

border-color css

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

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

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