Html Css Color HEX #FFF067 Corn

📋 copy color: '#FFF067'

red 255 ◦ green 240 ◦ blue 103

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

Shades of Corn #FFF067

Tints of Corn #FFF067

RGB

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

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

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

R = 42.64%
G = 40.13%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFF067 (or 0xFFF067) is known color: Corn. HEX triplet: FF, F0 and 67. RGB value is (255,240,103). Sum of RGB (Red+Green+Blue) = 255+240+103=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 103 (40.62% from 255 or 17.22% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF067 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF067 is #000F98. Grayscale: #E5E5E5. Windows color (decimal): -3993 or 6811903. OLE color: 6811903.

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

Color convert

RGB 255 240 103 -
CMYK 0 0.06 0.60 0
HSL 54.08º 1% 0.7% -
HSV(B) 54.08º 0.6% 1% -
XYZ 74.85 84.56 25.21 -
YUV 228.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 255 240 103 0 0.06 0.60 0 54.08 1 0.7
Hex FF F0 67 0 6 3C 0 36 64 46
Octal 377 360 147 0 6 74 0 66 144 106
Binary 11111111 11110000 1100111 0 110 111100 0 110110 1100100 1000110

Color Harmonies of #FFF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF067

Black with #FFF067

Text Example


Text Example

White with #FFF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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