Html Css Color HEX #FDD223 Turbo

📋 copy color: '#FDD223'

red 253 ◦ green 210 ◦ blue 35

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

Shades of Turbo #FDD223

Tints of Turbo #FDD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.17%

 BLUE value IS 35 (14.06% from 255) = 7.03%

R = 50.8%
G = 42.17%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD223 (or 0xFDD223) is known color: Turbo. HEX triplet: FD, D2 and 23. RGB value is (253,210,35). Sum of RGB (Red+Green+Blue) = 253+210+35=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD223 is #022DDC. Grayscale: #CBCBCB. Windows color (decimal): -142813 or 2347773. OLE color: 2347773.

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

Color convert

RGB 253 210 35 -
CMYK 0 0.17 0.86 0.01
HSL 48.17º 0.98% 0.56% -
HSV(B) 48.17º 0.86% 0.99% -
XYZ 63.86 67.1 11.18 -
YUV 202.91 33.25 163.73 -
System Red Green Blue C M Y K H S L
Decimal 253 210 35 0 0.17 0.86 0.01 48.17 0.98 0.56
Hex FD D2 23 0 11 56 1 30 62 38
Octal 375 322 43 0 21 126 1 60 142 70
Binary 11111101 11010010 100011 0 10001 1010110 1 110000 1100010 111000

Color Harmonies of #FDD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD223

Black with #FDD223

Text Example


Text Example

White with #FDD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD223; }

 p { color: rgb(253,210,35); }

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

background-color css

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

 a { background-color: rgb(253,210,35); }

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

border-color css

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

 span { border-color: rgb(253,210,35); }

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