Html Css Color HEX #FDD622 Turbo

📋 copy color: '#FDD622'

red 253 ◦ green 214 ◦ blue 34

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

Shades of Turbo #FDD622

Tints of Turbo #FDD622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.79%

R = 50.5%
G = 42.71%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDD622 (or 0xFDD622) is known color: Turbo. HEX triplet: FD, D6 and 22. RGB value is (253,214,34). Sum of RGB (Red+Green+Blue) = 253+214+34=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 34 (13.67% from 255 or 6.79% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD622 is #0229DD. Grayscale: #CDCDCD. Windows color (decimal): -141790 or 2283261. OLE color: 2283261.

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

Color convert

RGB 253 214 34 -
CMYK 0 0.15 0.87 0.01
HSL 49.32º 0.98% 0.56% -
HSV(B) 49.32º 0.87% 0.99% -
XYZ 64.84 69.09 11.43 -
YUV 205.14 31.42 162.14 -
System Red Green Blue C M Y K H S L
Decimal 253 214 34 0 0.15 0.87 0.01 49.32 0.98 0.56
Hex FD D6 22 0 F 57 1 31 62 38
Octal 375 326 42 0 17 127 1 61 142 70
Binary 11111101 11010110 100010 0 1111 1010111 1 110001 1100010 111000

Color Harmonies of #FDD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD622

Black with #FDD622

Text Example


Text Example

White with #FDD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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