Html Css Color HEX #F9CA1F Turbo

📋 copy color: '#F9CA1F'

red 249 ◦ green 202 ◦ blue 31

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

Shades of Turbo #F9CA1F

Tints of Turbo #F9CA1F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

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

R = 51.66%
G = 41.91%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9CA1F (or 0xF9CA1F) is known color: Turbo. HEX triplet: F9, CA and 1F. RGB value is (249,202,31). Sum of RGB (Red+Green+Blue) = 249+202+31=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA1F is #0635E0. Grayscale: #C5C5C5. Windows color (decimal): -407009 or 2083577. OLE color: 2083577.

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

Color convert

RGB 249 202 31 -
CMYK 0 0.19 0.88 0.02
HSL 47.06º 0.95% 0.55% -
HSV(B) 47.06º 0.88% 0.98% -
XYZ 60.43 62.48 10.17 -
YUV 196.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 249 202 31 0 0.19 0.88 0.02 47.06 0.95 0.55
Hex F9 CA 1F 0 13 58 2 2F 5F 37
Octal 371 312 37 0 23 130 2 57 137 67
Binary 11111001 11001010 11111 0 10011 1011000 10 101111 1011111 110111

Color Harmonies of #F9CA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CA1F

Black with #F9CA1F

Text Example


Text Example

White with #F9CA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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