Html Css Color HEX #FDD61C Turbo

📋 copy color: '#FDD61C'

red 253 ◦ green 214 ◦ blue 28

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

Shades of Turbo #FDD61C

Tints of Turbo #FDD61C

RGB

 RED value IS 253 (99.22% from 255) = 51.11%

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 28 (11.33% from 255) = 5.66%

R = 51.11%
G = 43.23%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDD61C (or 0xFDD61C) is known color: Turbo. HEX triplet: FD, D6 and 1C. RGB value is (253,214,28). Sum of RGB (Red+Green+Blue) = 253+214+28=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD61C is #0229E3. Grayscale: #CDCDCD. Windows color (decimal): -141796 or 1890045. OLE color: 1890045.

HSL color Cylindrical-coordinate representation of color #FDD61C: hue angle of 49.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDD61C is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 214 28 -
CMYK 0 0.15 0.89 0.01
HSL 49.6º 0.98% 0.55% -
HSV(B) 49.6º 0.89% 0.99% -
XYZ 64.76 69.06 11.02 -
YUV 204.46 28.42 162.62 -
System Red Green Blue C M Y K H S L
Decimal 253 214 28 0 0.15 0.89 0.01 49.6 0.98 0.55
Hex FD D6 1C 0 F 59 1 32 62 37
Octal 375 326 34 0 17 131 1 62 142 67
Binary 11111101 11010110 11100 0 1111 1011001 1 110010 1100010 110111

Color Harmonies of #FDD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD61C

Black with #FDD61C

Text Example


Text Example

White with #FDD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD61C; }

 p { color: rgb(253,214,28); }

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

background-color css

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

 a { background-color: rgb(253,214,28); }

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

border-color css

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

 span { border-color: rgb(253,214,28); }

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