Html Css Color HEX #FFF60B Yellow

📋 copy color: '#FFF60B'

red 255 ◦ green 246 ◦ blue 11

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

Shades of Yellow #FFF60B

Tints of Yellow #FFF60B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 11 (4.69% from 255) = 2.15%

R = 49.8%
G = 48.05%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFF60B (or 0xFFF60B) is known color: Yellow. HEX triplet: FF, F6 and 0B. RGB value is (255,246,11). Sum of RGB (Red+Green+Blue) = 255+246+11=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 11 (4.69% from 255 or 2.15% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF60B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF60B is #0009F4. Grayscale: #DEDEDE. Windows color (decimal): -2549 or 784127. OLE color: 784127.

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

Color convert

RGB 255 246 11 -
CMYK 0 0.04 0.96 0
HSL 57.79º 1% 0.52% -
HSV(B) 57.79º 0.96% 1% -
XYZ 74.26 87.2 13.23 -
YUV 221.9 8.98 151.61 -
System Red Green Blue C M Y K H S L
Decimal 255 246 11 0 0.04 0.96 0 57.79 1 0.52
Hex FF F6 B 0 4 60 0 3A 64 34
Octal 377 366 13 0 4 140 0 72 144 64
Binary 11111111 11110110 1011 0 100 1100000 0 111010 1100100 110100

Color Harmonies of #FFF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF60B

Black with #FFF60B

Text Example


Text Example

White with #FFF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF60B; }

 p { color: rgb(255,246,11); }

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

background-color css

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

 a { background-color: rgb(255,246,11); }

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

border-color css

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

 span { border-color: rgb(255,246,11); }

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