Html Css Color HEX #FFD51F Turbo

📋 copy color: '#FFD51F'

red 255 ◦ green 213 ◦ blue 31

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

Shades of Turbo #FFD51F

Tints of Turbo #FFD51F

RGB

 RED value IS 255 (100% from 255) = 51.1%

 GREEN value IS 213 (83.59% from 255) = 42.69%

 BLUE value IS 31 (12.5% from 255) = 6.21%

R = 51.1%
G = 42.69%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FFD51F (or 0xFFD51F) is known color: Turbo. HEX triplet: FF, D5 and 1F. RGB value is (255,213,31). Sum of RGB (Red+Green+Blue) = 255+213+31=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD51F is #002AE0. Grayscale: #CDCDCD. Windows color (decimal): -10977 or 2086399. OLE color: 2086399.

HSL color Cylindrical-coordinate representation of color #FFD51F: hue angle of 48.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFD51F is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 213 31 -
CMYK 0 0.16 0.88 0
HSL 48.75º 1% 0.56% -
HSV(B) 48.75º 0.88% 1% -
XYZ 65.28 68.95 11.16 -
YUV 204.81 29.91 163.8 -
System Red Green Blue C M Y K H S L
Decimal 255 213 31 0 0.16 0.88 0 48.75 1 0.56
Hex FF D5 1F 0 10 58 0 31 64 38
Octal 377 325 37 0 20 130 0 61 144 70
Binary 11111111 11010101 11111 0 10000 1011000 0 110001 1100100 111000

Color Harmonies of #FFD51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD51F

Black with #FFD51F

Text Example


Text Example

White with #FFD51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD51F; }

 p { color: rgb(255,213,31); }

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

background-color css

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

 a { background-color: rgb(255,213,31); }

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

border-color css

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

 span { border-color: rgb(255,213,31); }

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