Html Css Color HEX #FDEF5F Corn

📋 copy color: '#FDEF5F'

red 253 ◦ green 239 ◦ blue 95

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

Shades of Corn #FDEF5F

Tints of Corn #FDEF5F

RGB

 RED value IS 253 (99.22% from 255) = 43.1%

 GREEN value IS 239 (93.75% from 255) = 40.72%

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

R = 43.1%
G = 40.72%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDEF5F (or 0xFDEF5F) is known color: Corn. HEX triplet: FD, EF and 5F. RGB value is (253,239,95). Sum of RGB (Red+Green+Blue) = 253+239+95=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 95 (37.5% from 255 or 16.18% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEF5F is #0210A0. Grayscale: #E3E3E3. Windows color (decimal): -135329 or 6287357. OLE color: 6287357.

HSL color Cylindrical-coordinate representation of color #FDEF5F: hue angle of 54.68º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDEF5F is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 239 95 -
CMYK 0 0.06 0.62 0.01
HSL 54.68º 0.98% 0.68% -
HSV(B) 54.68º 0.62% 0.99% -
XYZ 73.44 83.44 23.06 -
YUV 226.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 253 239 95 0 0.06 0.62 0.01 54.68 0.98 0.68
Hex FD EF 5F 0 6 3E 1 37 62 44
Octal 375 357 137 0 6 76 1 67 142 104
Binary 11111101 11101111 1011111 0 110 111110 1 110111 1100010 1000100

Color Harmonies of #FDEF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEF5F

Black with #FDEF5F

Text Example


Text Example

White with #FDEF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEF5F; }

 p { color: rgb(253,239,95); }

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

background-color css

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

 a { background-color: rgb(253,239,95); }

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

border-color css

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

 span { border-color: rgb(253,239,95); }

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