Html Css Color HEX #FDF35F Corn

📋 copy color: '#FDF35F'

red 253 ◦ green 243 ◦ blue 95

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

Shades of Corn #FDF35F

Tints of Corn #FDF35F

RGB

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

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

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

R = 42.81%
G = 41.12%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF35F (or 0xFDF35F) is known color: Corn. HEX triplet: FD, F3 and 5F. RGB value is (253,243,95). Sum of RGB (Red+Green+Blue) = 253+243+95=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 95 (37.5% from 255 or 16.07% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF35F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF35F is #020CA0. Grayscale: #E5E5E5. Windows color (decimal): -134305 or 6288381. OLE color: 6288381.

HSL color Cylindrical-coordinate representation of color #FDF35F: hue angle of 56.2º 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 #FDF35F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 243 95 -
CMYK 0 0.04 0.62 0.01
HSL 56.2º 0.98% 0.68% -
HSV(B) 56.2º 0.62% 0.99% -
XYZ 74.62 85.81 23.46 -
YUV 229.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 253 243 95 0 0.04 0.62 0.01 56.2 0.98 0.68
Hex FD F3 5F 0 4 3E 1 38 62 44
Octal 375 363 137 0 4 76 1 70 142 104
Binary 11111101 11110011 1011111 0 100 111110 1 111000 1100010 1000100

Color Harmonies of #FDF35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF35F

Black with #FDF35F

Text Example


Text Example

White with #FDF35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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