Html Css Color HEX #F9DD1F Turbo

📋 copy color: '#F9DD1F'

red 249 ◦ green 221 ◦ blue 31

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

Shades of Turbo #F9DD1F

Tints of Turbo #F9DD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 49.7%
G = 44.11%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9DD1F (or 0xF9DD1F) is known color: Turbo. HEX triplet: F9, DD and 1F. RGB value is (249,221,31). Sum of RGB (Red+Green+Blue) = 249+221+31=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DD1F is #0622E0. Grayscale: #D0D0D0. Windows color (decimal): -402145 or 2088441. OLE color: 2088441.

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

Color convert

RGB 249 221 31 -
CMYK 0 0.11 0.88 0.02
HSL 52.29º 0.95% 0.55% -
HSV(B) 52.29º 0.88% 0.98% -
XYZ 65.17 71.95 11.75 -
YUV 207.71 28.28 157.45 -
System Red Green Blue C M Y K H S L
Decimal 249 221 31 0 0.11 0.88 0.02 52.29 0.95 0.55
Hex F9 DD 1F 0 B 58 2 34 5F 37
Octal 371 335 37 0 13 130 2 64 137 67
Binary 11111001 11011101 11111 0 1011 1011000 10 110100 1011111 110111

Color Harmonies of #F9DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DD1F

Black with #F9DD1F

Text Example


Text Example

White with #F9DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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