Html Css Color HEX #F0B800 Selective Yellow

📋 copy color: '#F0B800'

red 240 ◦ green 184 ◦ blue 0

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

Shades of Selective Yellow #F0B800

Tints of Selective Yellow #F0B800

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.4%

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

R = 56.6%
G = 43.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0B800 (or 0xF0B800) is known color: Selective Yellow. HEX triplet: F0, B8 and 00. RGB value is (240,184,0). Sum of RGB (Red+Green+Blue) = 240+184+0=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B800 is #0F47FF. Grayscale: #B4B4B4. Windows color (decimal): -1001472 or 47344. OLE color: 47344.

HSL color Cylindrical-coordinate representation of color #F0B800: hue angle of 46º 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 #F0B800 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 0 -
CMYK 0 0.23 1 0.06
HSL 46º 1% 0.47% -
HSV(B) 46º 1% 0.94% -
XYZ 53.08 52.81 7.4 -
YUV 179.77 26.55 170.96 -
System Red Green Blue C M Y K H S L
Decimal 240 184 0 0 0.23 1 0.06 46 1 0.47
Hex F0 B8 0 0 17 64 6 2E 64 2F
Octal 360 270 0 0 27 144 6 56 144 57
Binary 11110000 10111000 0 0 10111 1100100 110 101110 1100100 101111

Color Harmonies of #F0B800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B800

Black with #F0B800

Text Example


Text Example

White with #F0B800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B800; }

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

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

background-color css

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

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

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

border-color css

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

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

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