Html Css Color HEX #F3D325 Turbo

📋 copy color: '#F3D325'

red 243 ◦ green 211 ◦ blue 37

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

Shades of Turbo #F3D325

Tints of Turbo #F3D325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.97%

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

R = 49.49%
G = 42.97%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F3D325 (or 0xF3D325) is known color: Turbo. HEX triplet: F3, D3 and 25. RGB value is (243,211,37). Sum of RGB (Red+Green+Blue) = 243+211+37=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D325 is #0C2CDA. Grayscale: #C9C9C9. Windows color (decimal): -797915 or 2479091. OLE color: 2479091.

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

Color convert

RGB 243 211 37 -
CMYK 0 0.13 0.85 0.05
HSL 50.68º 0.9% 0.55% -
HSV(B) 50.68º 0.85% 0.95% -
XYZ 60.59 65.78 11.25 -
YUV 200.73 35.6 158.15 -
System Red Green Blue C M Y K H S L
Decimal 243 211 37 0 0.13 0.85 0.05 50.68 0.9 0.55
Hex F3 D3 25 0 D 55 5 33 5A 37
Octal 363 323 45 0 15 125 5 63 132 67
Binary 11110011 11010011 100101 0 1101 1010101 101 110011 1011010 110111

Color Harmonies of #F3D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D325

Black with #F3D325

Text Example


Text Example

White with #F3D325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D325; }

 p { color: rgb(243,211,37); }

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

background-color css

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

 a { background-color: rgb(243,211,37); }

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

border-color css

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

 span { border-color: rgb(243,211,37); }

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