Html Css Color HEX #F9DC1F Turbo

📋 copy color: '#F9DC1F'

red 249 ◦ green 220 ◦ blue 31

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

Shades of Turbo #F9DC1F

Tints of Turbo #F9DC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 31 (12.5% from 255) = 6.2%

R = 49.8%
G = 44%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9DC1F (or 0xF9DC1F) is known color: Turbo. HEX triplet: F9, DC and 1F. RGB value is (249,220,31). Sum of RGB (Red+Green+Blue) = 249+220+31=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 31 (12.5% from 255 or 6.2% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DC1F is #0623E0. Grayscale: #CFCFCF. Windows color (decimal): -402401 or 2088185. OLE color: 2088185.

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

Color convert

RGB 249 220 31 -
CMYK 0 0.12 0.88 0.02
HSL 52.02º 0.95% 0.55% -
HSV(B) 52.02º 0.88% 0.98% -
XYZ 64.91 71.43 11.66 -
YUV 207.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 249 220 31 0 0.12 0.88 0.02 52.02 0.95 0.55
Hex F9 DC 1F 0 C 58 2 34 5F 37
Octal 371 334 37 0 14 130 2 64 137 67
Binary 11111001 11011100 11111 0 1100 1011000 10 110100 1011111 110111

Color Harmonies of #F9DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC1F

Black with #F9DC1F

Text Example


Text Example

White with #F9DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC1F; }

 p { color: rgb(249,220,31); }

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

background-color css

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

 a { background-color: rgb(249,220,31); }

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

border-color css

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

 span { border-color: rgb(249,220,31); }

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