Html Css Color HEX #FDF65A Corn

📋 copy color: '#FDF65A'

red 253 ◦ green 246 ◦ blue 90

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

Shades of Corn #FDF65A

Tints of Corn #FDF65A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.77%

 BLUE value IS 90 (35.55% from 255) = 15.28%

R = 42.95%
G = 41.77%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF65A (or 0xFDF65A) is known color: Corn. HEX triplet: FD, F6 and 5A. RGB value is (253,246,90). Sum of RGB (Red+Green+Blue) = 253+246+90=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 90 (35.55% from 255 or 15.28% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF65A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF65A is #0209A5. Grayscale: #E6E6E6. Windows color (decimal): -133542 or 5961469. OLE color: 5961469.

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

Color convert

RGB 253 246 90 -
CMYK 0 0.03 0.64 0.01
HSL 57.42º 0.98% 0.67% -
HSV(B) 57.42º 0.64% 0.99% -
XYZ 75.31 87.53 22.6 -
YUV 230.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 253 246 90 0 0.03 0.64 0.01 57.42 0.98 0.67
Hex FD F6 5A 0 3 40 1 39 62 43
Octal 375 366 132 0 3 100 1 71 142 103
Binary 11111101 11110110 1011010 0 11 1000000 1 111001 1100010 1000011

Color Harmonies of #FDF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF65A

Black with #FDF65A

Text Example


Text Example

White with #FDF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF65A; }

 p { color: rgb(253,246,90); }

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

background-color css

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

 a { background-color: rgb(253,246,90); }

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

border-color css

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

 span { border-color: rgb(253,246,90); }

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