Html Css Color HEX #F8BA02 Selective Yellow

📋 copy color: '#F8BA02'

red 248 ◦ green 186 ◦ blue 2

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

Shades of Selective Yellow #F8BA02

Tints of Selective Yellow #F8BA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

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

R = 56.88%
G = 42.66%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8BA02 (or 0xF8BA02) is known color: Selective Yellow. HEX triplet: F8, BA and 02. RGB value is (248,186,2). Sum of RGB (Red+Green+Blue) = 248+186+2=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA02 is #0745FD. Grayscale: #B8B8B8. Windows color (decimal): -476670 or 178936. OLE color: 178936.

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

Color convert

RGB 248 186 2 -
CMYK 0 0.25 0.99 0.03
HSL 44.88º 0.98% 0.49% -
HSV(B) 44.88º 0.99% 0.97% -
XYZ 56.28 55.08 7.72 -
YUV 183.56 25.54 173.96 -
System Red Green Blue C M Y K H S L
Decimal 248 186 2 0 0.25 0.99 0.03 44.88 0.98 0.49
Hex F8 BA 2 0 19 63 3 2D 62 31
Octal 370 272 2 0 31 143 3 55 142 61
Binary 11111000 10111010 10 0 11001 1100011 11 101101 1100010 110001

Color Harmonies of #F8BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA02

Black with #F8BA02

Text Example


Text Example

White with #F8BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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