Html Css Color HEX #F8B505 Selective Yellow

📋 copy color: '#F8B505'

red 248 ◦ green 181 ◦ blue 5

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

Shades of Selective Yellow #F8B505

Tints of Selective Yellow #F8B505

RGB

 RED value IS 248 (97.27% from 255) = 57.14%

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 57.14%
G = 41.71%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8B505 (or 0xF8B505) is known color: Selective Yellow. HEX triplet: F8, B5 and 05. RGB value is (248,181,5). Sum of RGB (Red+Green+Blue) = 248+181+5=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B505 is #074AFA. Grayscale: #B5B5B5. Windows color (decimal): -477947 or 374264. OLE color: 374264.

HSL color Cylindrical-coordinate representation of color #F8B505: hue angle of 43.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8B505 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 181 5 -
CMYK 0 0.27 0.98 0.03
HSL 43.46º 0.96% 0.5% -
HSV(B) 43.46º 0.98% 0.97% -
XYZ 55.26 53.02 7.46 -
YUV 180.97 28.7 175.81 -
System Red Green Blue C M Y K H S L
Decimal 248 181 5 0 0.27 0.98 0.03 43.46 0.96 0.5
Hex F8 B5 5 0 1B 62 3 2B 60 32
Octal 370 265 5 0 33 142 3 53 140 62
Binary 11111000 10110101 101 0 11011 1100010 11 101011 1100000 110010

Color Harmonies of #F8B505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B505

Black with #F8B505

Text Example


Text Example

White with #F8B505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B505; }

 p { color: rgb(248,181,5); }

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

background-color css

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

 a { background-color: rgb(248,181,5); }

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

border-color css

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

 span { border-color: rgb(248,181,5); }

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