Html Css Color HEX #F9D625 Turbo

📋 copy color: '#F9D625'

red 249 ◦ green 214 ◦ blue 37

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

Shades of Turbo #F9D625

Tints of Turbo #F9D625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 37 (14.84% from 255) = 7.4%

R = 49.8%
G = 42.8%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F9D625 (or 0xF9D625) is known color: Turbo. HEX triplet: F9, D6 and 25. RGB value is (249,214,37). Sum of RGB (Red+Green+Blue) = 249+214+37=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D625 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D625 is #0629DA. Grayscale: #CDCDCD. Windows color (decimal): -403931 or 2479865. OLE color: 2479865.

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

Color convert

RGB 249 214 37 -
CMYK 0 0.14 0.85 0.02
HSL 50.09º 0.95% 0.56% -
HSV(B) 50.09º 0.85% 0.98% -
XYZ 63.45 68.37 11.6 -
YUV 204.29 33.6 159.89 -
System Red Green Blue C M Y K H S L
Decimal 249 214 37 0 0.14 0.85 0.02 50.09 0.95 0.56
Hex F9 D6 25 0 E 55 2 32 5F 38
Octal 371 326 45 0 16 125 2 62 137 70
Binary 11111001 11010110 100101 0 1110 1010101 10 110010 1011111 111000

Color Harmonies of #F9D625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D625

Black with #F9D625

Text Example


Text Example

White with #F9D625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D625; }

 p { color: rgb(249,214,37); }

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

background-color css

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

 a { background-color: rgb(249,214,37); }

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

border-color css

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

 span { border-color: rgb(249,214,37); }

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