Html Css Color HEX #F3DB1B Turbo

📋 copy color: '#F3DB1B'

red 243 ◦ green 219 ◦ blue 27

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

Shades of Turbo #F3DB1B

Tints of Turbo #F3DB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

 BLUE value IS 27 (10.94% from 255) = 5.52%

R = 49.69%
G = 44.79%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F3DB1B (or 0xF3DB1B) is known color: Turbo. HEX triplet: F3, DB and 1B. RGB value is (243,219,27). Sum of RGB (Red+Green+Blue) = 243+219+27=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB1B is #0C24E4. Grayscale: #CDCDCD. Windows color (decimal): -795877 or 1825779. OLE color: 1825779.

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

Color convert

RGB 243 219 27 -
CMYK 0 0.10 0.89 0.05
HSL 53.33º 0.9% 0.53% -
HSV(B) 53.33º 0.89% 0.95% -
XYZ 62.49 69.8 11.22 -
YUV 204.29 27.95 155.61 -
System Red Green Blue C M Y K H S L
Decimal 243 219 27 0 0.10 0.89 0.05 53.33 0.9 0.53
Hex F3 DB 1B 0 A 59 5 35 5A 35
Octal 363 333 33 0 12 131 5 65 132 65
Binary 11110011 11011011 11011 0 1010 1011001 101 110101 1011010 110101

Color Harmonies of #F3DB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DB1B

Black with #F3DB1B

Text Example


Text Example

White with #F3DB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DB1B; }

 p { color: rgb(243,219,27); }

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

background-color css

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

 a { background-color: rgb(243,219,27); }

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

border-color css

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

 span { border-color: rgb(243,219,27); }

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