Html Css Color HEX #F3DA1C Turbo

📋 copy color: '#F3DA1C'

red 243 ◦ green 218 ◦ blue 28

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

Shades of Turbo #F3DA1C

Tints of Turbo #F3DA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

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

R = 49.69%
G = 44.58%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3DA1C (or 0xF3DA1C) is known color: Turbo. HEX triplet: F3, DA and 1C. RGB value is (243,218,28). Sum of RGB (Red+Green+Blue) = 243+218+28=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DA1C is #0C25E3. Grayscale: #CCCCCC. Windows color (decimal): -796132 or 1891059. OLE color: 1891059.

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

Color convert

RGB 243 218 28 -
CMYK 0 0.10 0.88 0.05
HSL 53.02º 0.9% 0.53% -
HSV(B) 53.02º 0.88% 0.95% -
XYZ 62.24 69.28 11.19 -
YUV 203.82 28.78 155.95 -
System Red Green Blue C M Y K H S L
Decimal 243 218 28 0 0.10 0.88 0.05 53.02 0.9 0.53
Hex F3 DA 1C 0 A 58 5 35 5A 35
Octal 363 332 34 0 12 130 5 65 132 65
Binary 11110011 11011010 11100 0 1010 1011000 101 110101 1011010 110101

Color Harmonies of #F3DA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DA1C

Black with #F3DA1C

Text Example


Text Example

White with #F3DA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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