Html Css Color HEX #F8B80A Selective Yellow

📋 copy color: '#F8B80A'

red 248 ◦ green 184 ◦ blue 10

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

Shades of Selective Yellow #F8B80A

Tints of Selective Yellow #F8B80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 56.11%
G = 41.63%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8B80A (or 0xF8B80A) is known color: Selective Yellow. HEX triplet: F8, B8 and 0A. RGB value is (248,184,10). Sum of RGB (Red+Green+Blue) = 248+184+10=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8B80A is #0747F5. Grayscale: #B8B8B8. Windows color (decimal): -477174 or 702712. OLE color: 702712.

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

Color convert

RGB 248 184 10 -
CMYK 0 0.26 0.96 0.03
HSL 43.87º 0.94% 0.51% -
HSV(B) 43.87º 0.96% 0.97% -
XYZ 55.91 54.26 7.81 -
YUV 183.3 30.2 174.15 -
System Red Green Blue C M Y K H S L
Decimal 248 184 10 0 0.26 0.96 0.03 43.87 0.94 0.51
Hex F8 B8 A 0 1A 60 3 2C 5E 33
Octal 370 270 12 0 32 140 3 54 136 63
Binary 11111000 10111000 1010 0 11010 1100000 11 101100 1011110 110011

Color Harmonies of #F8B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B80A

Black with #F8B80A

Text Example


Text Example

White with #F8B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B80A; }

 p { color: rgb(248,184,10); }

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

background-color css

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

 a { background-color: rgb(248,184,10); }

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

border-color css

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

 span { border-color: rgb(248,184,10); }

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