Html Css Color HEX #FDF35C Corn

📋 copy color: '#FDF35C'

red 253 ◦ green 243 ◦ blue 92

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

Shades of Corn #FDF35C

Tints of Corn #FDF35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.65%

R = 43.03%
G = 41.33%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF35C (or 0xFDF35C) is known color: Corn. HEX triplet: FD, F3 and 5C. RGB value is (253,243,92). Sum of RGB (Red+Green+Blue) = 253+243+92=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 92 (36.33% from 255 or 15.65% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF35C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF35C is #020CA3. Grayscale: #E5E5E5. Windows color (decimal): -134308 or 6091773. OLE color: 6091773.

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

Color convert

RGB 253 243 92 -
CMYK 0 0.04 0.64 0.01
HSL 56.27º 0.98% 0.68% -
HSV(B) 56.27º 0.64% 0.99% -
XYZ 74.49 85.76 22.75 -
YUV 228.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 253 243 92 0 0.04 0.64 0.01 56.27 0.98 0.68
Hex FD F3 5C 0 4 40 1 38 62 44
Octal 375 363 134 0 4 100 1 70 142 104
Binary 11111101 11110011 1011100 0 100 1000000 1 111000 1100010 1000100

Color Harmonies of #FDF35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF35C

Black with #FDF35C

Text Example


Text Example

White with #FDF35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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