Html Css Color HEX #F9F70C Yellow

📋 copy color: '#F9F70C'

red 249 ◦ green 247 ◦ blue 12

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

Shades of Yellow #F9F70C

Tints of Yellow #F9F70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.62%

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

R = 49.02%
G = 48.62%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9F70C (or 0xF9F70C) is known color: Yellow. HEX triplet: F9, F7 and 0C. RGB value is (249,247,12). Sum of RGB (Red+Green+Blue) = 249+247+12=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 12 (5.08% from 255 or 2.36% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F70C is #0608F3. Grayscale: #DDDDDD. Windows color (decimal): -395508 or 849913. OLE color: 849913.

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

Color convert

RGB 249 247 12 -
CMYK 0 0.01 0.95 0.02
HSL 59.49º 0.95% 0.51% -
HSV(B) 59.49º 0.95% 0.98% -
XYZ 72.39 86.69 13.26 -
YUV 220.81 10.16 148.11 -
System Red Green Blue C M Y K H S L
Decimal 249 247 12 0 0.01 0.95 0.02 59.49 0.95 0.51
Hex F9 F7 C 0 1 5F 2 3B 5F 33
Octal 371 367 14 0 1 137 2 73 137 63
Binary 11111001 11110111 1100 0 1 1011111 10 111011 1011111 110011

Color Harmonies of #F9F70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F70C

Black with #F9F70C

Text Example


Text Example

White with #F9F70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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