Html Css Color HEX #F8B002 Selective Yellow

📋 copy color: '#F8B002'

red 248 ◦ green 176 ◦ blue 2

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

Shades of Selective Yellow #F8B002

Tints of Selective Yellow #F8B002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 58.22%
G = 41.31%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8B002 (or 0xF8B002) is known color: Selective Yellow. HEX triplet: F8, B0 and 02. RGB value is (248,176,2). Sum of RGB (Red+Green+Blue) = 248+176+2=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8B002 is #074FFD. Grayscale: #B2B2B2. Windows color (decimal): -479230 or 176376. OLE color: 176376.

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

Color convert

RGB 248 176 2 -
CMYK 0 0.29 0.99 0.03
HSL 42.44º 0.98% 0.49% -
HSV(B) 42.44º 0.99% 0.97% -
XYZ 54.25 51.01 7.04 -
YUV 177.69 28.85 178.15 -
System Red Green Blue C M Y K H S L
Decimal 248 176 2 0 0.29 0.99 0.03 42.44 0.98 0.49
Hex F8 B0 2 0 1D 63 3 2A 62 31
Octal 370 260 2 0 35 143 3 52 142 61
Binary 11111000 10110000 10 0 11101 1100011 11 101010 1100010 110001

Color Harmonies of #F8B002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B002

Black with #F8B002

Text Example


Text Example

White with #F8B002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B002; }

 p { color: rgb(248,176,2); }

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

background-color css

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

 a { background-color: rgb(248,176,2); }

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

border-color css

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

 span { border-color: rgb(248,176,2); }

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