Html Css Color HEX #FFF362 Corn

📋 copy color: '#FFF362'

red 255 ◦ green 243 ◦ blue 98

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

Shades of Corn #FFF362

Tints of Corn #FFF362

RGB

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

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

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

R = 42.79%
G = 40.77%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFF362 (or 0xFFF362) is known color: Corn. HEX triplet: FF, F3 and 62. RGB value is (255,243,98). Sum of RGB (Red+Green+Blue) = 255+243+98=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 98 (38.67% from 255 or 16.44% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF362 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF362 is #000C9D. Grayscale: #E6E6E6. Windows color (decimal): -3230 or 6484991. OLE color: 6484991.

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

Color convert

RGB 255 243 98 -
CMYK 0 0.05 0.62 0
HSL 55.41º 1% 0.69% -
HSV(B) 55.41º 0.62% 1% -
XYZ 75.5 86.24 24.22 -
YUV 230.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 255 243 98 0 0.05 0.62 0 55.41 1 0.69
Hex FF F3 62 0 5 3E 0 37 64 45
Octal 377 363 142 0 5 76 0 67 144 105
Binary 11111111 11110011 1100010 0 101 111110 0 110111 1100100 1000101

Color Harmonies of #FFF362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF362

Black with #FFF362

Text Example


Text Example

White with #FFF362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF362; }

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

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

background-color css

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

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

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

border-color css

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

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

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