Html Css Color HEX #F9B80C Selective Yellow

📋 copy color: '#F9B80C'

red 249 ◦ green 184 ◦ blue 12

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

Shades of Selective Yellow #F9B80C

Tints of Selective Yellow #F9B80C

RGB

 RED value IS 249 (97.66% from 255) = 55.96%

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

 BLUE value IS 12 (5.08% from 255) = 2.7%

R = 55.96%
G = 41.35%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9B80C (or 0xF9B80C) is known color: Selective Yellow. HEX triplet: F9, B8 and 0C. RGB value is (249,184,12). Sum of RGB (Red+Green+Blue) = 249+184+12=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B80C is #0647F3. Grayscale: #B8B8B8. Windows color (decimal): -411636 or 833785. OLE color: 833785.

HSL color Cylindrical-coordinate representation of color #F9B80C: hue angle of 43.54º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9B80C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 184 12 -
CMYK 0 0.26 0.95 0.02
HSL 43.54º 0.95% 0.51% -
HSV(B) 43.54º 0.95% 0.98% -
XYZ 56.27 54.45 7.89 -
YUV 183.83 31.03 174.49 -
System Red Green Blue C M Y K H S L
Decimal 249 184 12 0 0.26 0.95 0.02 43.54 0.95 0.51
Hex F9 B8 C 0 1A 5F 2 2C 5F 33
Octal 371 270 14 0 32 137 2 54 137 63
Binary 11111001 10111000 1100 0 11010 1011111 10 101100 1011111 110011

Color Harmonies of #F9B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B80C

Black with #F9B80C

Text Example


Text Example

White with #F9B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B80C; }

 p { color: rgb(249,184,12); }

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

background-color css

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

 a { background-color: rgb(249,184,12); }

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

border-color css

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

 span { border-color: rgb(249,184,12); }

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