Html Css Color HEX #FFF062 Corn

📋 copy color: '#FFF062'

red 255 ◦ green 240 ◦ blue 98

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

Shades of Corn #FFF062

Tints of Corn #FFF062

RGB

 RED value IS 255 (100% from 255) = 43%

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

 BLUE value IS 98 (38.67% from 255) = 16.53%

R = 43%
G = 40.47%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFF062 (or 0xFFF062) is known color: Corn. HEX triplet: FF, F0 and 62. RGB value is (255,240,98). Sum of RGB (Red+Green+Blue) = 255+240+98=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 98 (38.67% from 255 or 16.53% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF062 is #000F9D. Grayscale: #E4E4E4. Windows color (decimal): -3998 or 6484223. OLE color: 6484223.

HSL color Cylindrical-coordinate representation of color #FFF062: hue angle of 54.27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFF062 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 98 -
CMYK 0 0.06 0.62 0
HSL 54.27º 1% 0.69% -
HSV(B) 54.27º 0.62% 1% -
XYZ 74.6 84.46 23.93 -
YUV 228.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 255 240 98 0 0.06 0.62 0 54.27 1 0.69
Hex FF F0 62 0 6 3E 0 36 64 45
Octal 377 360 142 0 6 76 0 66 144 105
Binary 11111111 11110000 1100010 0 110 111110 0 110110 1100100 1000101

Color Harmonies of #FFF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF062

Black with #FFF062

Text Example


Text Example

White with #FFF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF062; }

 p { color: rgb(255,240,98); }

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

background-color css

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

 a { background-color: rgb(255,240,98); }

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

border-color css

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

 span { border-color: rgb(255,240,98); }

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