Html Css Color HEX #FFD127 Turbo

📋 copy color: '#FFD127'

red 255 ◦ green 209 ◦ blue 39

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

Shades of Turbo #FFD127

Tints of Turbo #FFD127

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.55%

 BLUE value IS 39 (15.63% from 255) = 7.75%

R = 50.7%
G = 41.55%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFD127 (or 0xFFD127) is known color: Turbo. HEX triplet: FF, D1 and 27. RGB value is (255,209,39). Sum of RGB (Red+Green+Blue) = 255+209+39=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD127 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD127 is #002ED8. Grayscale: #CCCCCC. Windows color (decimal): -11993 or 2609663. OLE color: 2609663.

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

Color convert

RGB 255 209 39 -
CMYK 0 0.18 0.85 0
HSL 47.22º 1% 0.58% -
HSV(B) 47.22º 0.85% 1% -
XYZ 64.41 67.01 11.46 -
YUV 203.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 255 209 39 0 0.18 0.85 0 47.22 1 0.58
Hex FF D1 27 0 12 55 0 2F 64 3A
Octal 377 321 47 0 22 125 0 57 144 72
Binary 11111111 11010001 100111 0 10010 1010101 0 101111 1100100 111010

Color Harmonies of #FFD127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD127

Black with #FFD127

Text Example


Text Example

White with #FFD127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD127; }

 p { color: rgb(255,209,39); }

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

background-color css

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

 a { background-color: rgb(255,209,39); }

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

border-color css

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

 span { border-color: rgb(255,209,39); }

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