Html Css Color HEX #F9B30C Dark Tangerine

📋 copy color: '#F9B30C'

red 249 ◦ green 179 ◦ blue 12

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

Shades of Dark Tangerine #F9B30C

Tints of Dark Tangerine #F9B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 56.59%
G = 40.68%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9B30C (or 0xF9B30C) is known color: Dark Tangerine. HEX triplet: F9, B3 and 0C. RGB value is (249,179,12). Sum of RGB (Red+Green+Blue) = 249+179+12=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B30C is #064CF3. Grayscale: #B5B5B5. Windows color (decimal): -412916 or 832505. OLE color: 832505.

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

Color convert

RGB 249 179 12 -
CMYK 0 0.28 0.95 0.02
HSL 42.28º 0.95% 0.51% -
HSV(B) 42.28º 0.95% 0.98% -
XYZ 55.25 52.41 7.55 -
YUV 180.89 32.69 176.58 -
System Red Green Blue C M Y K H S L
Decimal 249 179 12 0 0.28 0.95 0.02 42.28 0.95 0.51
Hex F9 B3 C 0 1C 5F 2 2A 5F 33
Octal 371 263 14 0 34 137 2 52 137 63
Binary 11111001 10110011 1100 0 11100 1011111 10 101010 1011111 110011

Color Harmonies of #F9B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B30C

Black with #F9B30C

Text Example


Text Example

White with #F9B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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