Html Css Color HEX #F0B000 Selective Yellow

📋 copy color: '#F0B000'

red 240 ◦ green 176 ◦ blue 0

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

Shades of Selective Yellow #F0B000

Tints of Selective Yellow #F0B000

RGB

 RED value IS 240 (94.14% from 255) = 57.69%

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.69%
G = 42.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0B000 (or 0xF0B000) is known color: Selective Yellow. HEX triplet: F0, B0 and 00. RGB value is (240,176,0). Sum of RGB (Red+Green+Blue) = 240+176+0=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B000 is #0F4FFF. Grayscale: #AFAFAF. Windows color (decimal): -1003520 or 45296. OLE color: 45296.

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

Color convert

RGB 240 176 0 -
CMYK 0 0.27 1 0.06
HSL 44º 1% 0.47% -
HSV(B) 44º 1% 0.94% -
XYZ 51.46 49.58 6.86 -
YUV 175.07 29.2 174.31 -
System Red Green Blue C M Y K H S L
Decimal 240 176 0 0 0.27 1 0.06 44 1 0.47
Hex F0 B0 0 0 1B 64 6 2C 64 2F
Octal 360 260 0 0 33 144 6 54 144 57
Binary 11110000 10110000 0 0 11011 1100100 110 101100 1100100 101111

Color Harmonies of #F0B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B000

Black with #F0B000

Text Example


Text Example

White with #F0B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B000; }

 p { color: rgb(240,176,0); }

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

background-color css

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

 a { background-color: rgb(240,176,0); }

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

border-color css

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

 span { border-color: rgb(240,176,0); }

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