Html Css Color HEX #FDF35E Corn

📋 copy color: '#FDF35E'

red 253 ◦ green 243 ◦ blue 94

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

Shades of Corn #FDF35E

Tints of Corn #FDF35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.93%

R = 42.88%
G = 41.19%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDF35E (or 0xFDF35E) is known color: Corn. HEX triplet: FD, F3 and 5E. RGB value is (253,243,94). Sum of RGB (Red+Green+Blue) = 253+243+94=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 94 (37.11% from 255 or 15.93% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF35E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF35E is #020CA1. Grayscale: #E5E5E5. Windows color (decimal): -134306 or 6222845. OLE color: 6222845.

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

Color convert

RGB 253 243 94 -
CMYK 0 0.04 0.63 0.01
HSL 56.23º 0.98% 0.68% -
HSV(B) 56.23º 0.63% 0.99% -
XYZ 74.58 85.79 23.22 -
YUV 229 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 253 243 94 0 0.04 0.63 0.01 56.23 0.98 0.68
Hex FD F3 5E 0 4 3F 1 38 62 44
Octal 375 363 136 0 4 77 1 70 142 104
Binary 11111101 11110011 1011110 0 100 111111 1 111000 1100010 1000100

Color Harmonies of #FDF35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF35E

Black with #FDF35E

Text Example


Text Example

White with #FDF35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF35E; }

 p { color: rgb(253,243,94); }

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

background-color css

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

 a { background-color: rgb(253,243,94); }

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

border-color css

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

 span { border-color: rgb(253,243,94); }

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