Html Css Color HEX #F9DD1E Turbo

📋 copy color: '#F9DD1E'

red 249 ◦ green 221 ◦ blue 30

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

Shades of Turbo #F9DD1E

Tints of Turbo #F9DD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6%

R = 49.8%
G = 44.2%
B = 6%

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

#F9DD1E (or 0xF9DD1E) is known color: Turbo. HEX triplet: F9, DD and 1E. RGB value is (249,221,30). Sum of RGB (Red+Green+Blue) = 249+221+30=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 30 (12.11% from 255 or 6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DD1E is #0622E1. Grayscale: #D0D0D0. Windows color (decimal): -402146 or 2022905. OLE color: 2022905.

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

Color convert

RGB 249 221 30 -
CMYK 0 0.11 0.88 0.02
HSL 52.33º 0.95% 0.55% -
HSV(B) 52.33º 0.88% 0.98% -
XYZ 65.16 71.95 11.68 -
YUV 207.6 27.78 157.53 -
System Red Green Blue C M Y K H S L
Decimal 249 221 30 0 0.11 0.88 0.02 52.33 0.95 0.55
Hex F9 DD 1E 0 B 58 2 34 5F 37
Octal 371 335 36 0 13 130 2 64 137 67
Binary 11111001 11011101 11110 0 1011 1011000 10 110100 1011111 110111

Color Harmonies of #F9DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DD1E

Black with #F9DD1E

Text Example


Text Example

White with #F9DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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