Html Css Color HEX #F3D31E Turbo

📋 copy color: '#F3D31E'

red 243 ◦ green 211 ◦ blue 30

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

Shades of Turbo #F3D31E

Tints of Turbo #F3D31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.2%

R = 50.21%
G = 43.6%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F3D31E (or 0xF3D31E) is known color: Turbo. HEX triplet: F3, D3 and 1E. RGB value is (243,211,30). Sum of RGB (Red+Green+Blue) = 243+211+30=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D31E is #0C2CE1. Grayscale: #C8C8C8. Windows color (decimal): -797922 or 2020339. OLE color: 2020339.

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

Color convert

RGB 243 211 30 -
CMYK 0 0.13 0.88 0.05
HSL 50.99º 0.9% 0.54% -
HSV(B) 50.99º 0.88% 0.95% -
XYZ 60.49 65.74 10.73 -
YUV 199.93 32.1 158.72 -
System Red Green Blue C M Y K H S L
Decimal 243 211 30 0 0.13 0.88 0.05 50.99 0.9 0.54
Hex F3 D3 1E 0 D 58 5 33 5A 36
Octal 363 323 36 0 15 130 5 63 132 66
Binary 11110011 11010011 11110 0 1101 1011000 101 110011 1011010 110110

Color Harmonies of #F3D31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D31E

Black with #F3D31E

Text Example


Text Example

White with #F3D31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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