Html Css Color HEX #FDF360 Corn

📋 copy color: '#FDF360'

red 253 ◦ green 243 ◦ blue 96

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

Shades of Corn #FDF360

Tints of Corn #FDF360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.22%

R = 42.74%
G = 41.05%
B = 16.22%

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

#FDF360 (or 0xFDF360) is known color: Corn. HEX triplet: FD, F3 and 60. RGB value is (253,243,96). Sum of RGB (Red+Green+Blue) = 253+243+96=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 243 (95.31% from 255 or 41.05% from 592); Blue value is 96 (37.89% from 255 or 16.22% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF360 is #020C9F. Grayscale: #E5E5E5. Windows color (decimal): -134304 or 6353917. OLE color: 6353917.

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

Color convert

RGB 253 243 96 -
CMYK 0 0.04 0.62 0.01
HSL 56.18º 0.98% 0.68% -
HSV(B) 56.18º 0.62% 0.99% -
XYZ 74.67 85.83 23.7 -
YUV 229.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 253 243 96 0 0.04 0.62 0.01 56.18 0.98 0.68
Hex FD F3 60 0 4 3E 1 38 62 44
Octal 375 363 140 0 4 76 1 70 142 104
Binary 11111101 11110011 1100000 0 100 111110 1 111000 1100010 1000100

Color Harmonies of #FDF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF360

Black with #FDF360

Text Example


Text Example

White with #FDF360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF360; }

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

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

background-color css

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

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

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

border-color css

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

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

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