Html Css Color HEX #F3DC1C Turbo

📋 copy color: '#F3DC1C'

red 243 ◦ green 220 ◦ blue 28

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

Shades of Turbo #F3DC1C

Tints of Turbo #F3DC1C

RGB

 RED value IS 243 (95.31% from 255) = 49.49%

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

 BLUE value IS 28 (11.33% from 255) = 5.7%

R = 49.49%
G = 44.81%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3DC1C (or 0xF3DC1C) is known color: Turbo. HEX triplet: F3, DC and 1C. RGB value is (243,220,28). Sum of RGB (Red+Green+Blue) = 243+220+28=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DC1C is #0C23E3. Grayscale: #CDCDCD. Windows color (decimal): -795620 or 1891571. OLE color: 1891571.

HSL color Cylindrical-coordinate representation of color #F3DC1C: hue angle of 53.58º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3DC1C is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 28 -
CMYK 0 0.09 0.88 0.05
HSL 53.58º 0.9% 0.53% -
HSV(B) 53.58º 0.88% 0.95% -
XYZ 62.76 70.32 11.36 -
YUV 204.99 28.12 155.11 -
System Red Green Blue C M Y K H S L
Decimal 243 220 28 0 0.09 0.88 0.05 53.58 0.9 0.53
Hex F3 DC 1C 0 9 58 5 36 5A 35
Octal 363 334 34 0 11 130 5 66 132 65
Binary 11110011 11011100 11100 0 1001 1011000 101 110110 1011010 110101

Color Harmonies of #F3DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC1C

Black with #F3DC1C

Text Example


Text Example

White with #F3DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC1C; }

 p { color: rgb(243,220,28); }

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

background-color css

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

 a { background-color: rgb(243,220,28); }

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

border-color css

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

 span { border-color: rgb(243,220,28); }

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