Html Css Color HEX #FDF067 Corn

📋 copy color: '#FDF067'

red 253 ◦ green 240 ◦ blue 103

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

Shades of Corn #FDF067

Tints of Corn #FDF067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.27%

 BLUE value IS 103 (40.63% from 255) = 17.28%

R = 42.45%
G = 40.27%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDF067 (or 0xFDF067) is known color: Corn. HEX triplet: FD, F0 and 67. RGB value is (253,240,103). Sum of RGB (Red+Green+Blue) = 253+240+103=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 103 (40.62% from 255 or 17.28% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF067 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF067 is #020F98. Grayscale: #E4E4E4. Windows color (decimal): -135065 or 6811901. OLE color: 6811901.

HSL color Cylindrical-coordinate representation of color #FDF067: hue angle of 54.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDF067 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 103 -
CMYK 0 0.05 0.59 0.01
HSL 54.8º 0.97% 0.7% -
HSV(B) 54.8º 0.59% 0.99% -
XYZ 74.12 84.18 25.17 -
YUV 228.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 253 240 103 0 0.05 0.59 0.01 54.8 0.97 0.7
Hex FD F0 67 0 5 3B 1 37 61 46
Octal 375 360 147 0 5 73 1 67 141 106
Binary 11111101 11110000 1100111 0 101 111011 1 110111 1100001 1000110

Color Harmonies of #FDF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF067

Black with #FDF067

Text Example


Text Example

White with #FDF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF067; }

 p { color: rgb(253,240,103); }

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

background-color css

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

 a { background-color: rgb(253,240,103); }

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

border-color css

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

 span { border-color: rgb(253,240,103); }

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