Html Css Color HEX #F8B205 Selective Yellow

📋 copy color: '#F8B205'

red 248 ◦ green 178 ◦ blue 5

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

Shades of Selective Yellow #F8B205

Tints of Selective Yellow #F8B205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 57.54%
G = 41.3%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8B205 (or 0xF8B205) is known color: Selective Yellow. HEX triplet: F8, B2 and 05. RGB value is (248,178,5). Sum of RGB (Red+Green+Blue) = 248+178+5=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B205 is #074DFA. Grayscale: #B3B3B3. Windows color (decimal): -478715 or 373496. OLE color: 373496.

HSL color Cylindrical-coordinate representation of color #F8B205: hue angle of 42.72º 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 #F8B205 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 178 5 -
CMYK 0 0.28 0.98 0.03
HSL 42.72º 0.96% 0.5% -
HSV(B) 42.72º 0.98% 0.97% -
XYZ 54.66 51.81 7.26 -
YUV 179.21 29.69 177.07 -
System Red Green Blue C M Y K H S L
Decimal 248 178 5 0 0.28 0.98 0.03 42.72 0.96 0.5
Hex F8 B2 5 0 1C 62 3 2B 60 32
Octal 370 262 5 0 34 142 3 53 140 62
Binary 11111000 10110010 101 0 11100 1100010 11 101011 1100000 110010

Color Harmonies of #F8B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B205

Black with #F8B205

Text Example


Text Example

White with #F8B205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B205; }

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

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

background-color css

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

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

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

border-color css

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

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

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