Html Css Color HEX #FDF15A Corn

📋 copy color: '#FDF15A'

red 253 ◦ green 241 ◦ blue 90

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

Shades of Corn #FDF15A

Tints of Corn #FDF15A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.27%

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

R = 43.32%
G = 41.27%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDF15A (or 0xFDF15A) is known color: Corn. HEX triplet: FD, F1 and 5A. RGB value is (253,241,90). Sum of RGB (Red+Green+Blue) = 253+241+90=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF15A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF15A is #020EA5. Grayscale: #E3E3E3. Windows color (decimal): -134822 or 5960189. OLE color: 5960189.

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

Color convert

RGB 253 241 90 -
CMYK 0 0.05 0.64 0.01
HSL 55.58º 0.98% 0.67% -
HSV(B) 55.58º 0.64% 0.99% -
XYZ 73.81 84.53 22.1 -
YUV 227.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 253 241 90 0 0.05 0.64 0.01 55.58 0.98 0.67
Hex FD F1 5A 0 5 40 1 38 62 43
Octal 375 361 132 0 5 100 1 70 142 103
Binary 11111101 11110001 1011010 0 101 1000000 1 111000 1100010 1000011

Color Harmonies of #FDF15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF15A

Black with #FDF15A

Text Example


Text Example

White with #FDF15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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