Html Css Color HEX #FDD423 Turbo

📋 copy color: '#FDD423'

red 253 ◦ green 212 ◦ blue 35

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

Shades of Turbo #FDD423

Tints of Turbo #FDD423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.4%

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

R = 50.6%
G = 42.4%
B = 7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDD423 (or 0xFDD423) is known color: Turbo. HEX triplet: FD, D4 and 23. RGB value is (253,212,35). Sum of RGB (Red+Green+Blue) = 253+212+35=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 35 (14.06% from 255 or 7% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD423 is #022BDC. Grayscale: #CCCCCC. Windows color (decimal): -142301 or 2348285. OLE color: 2348285.

HSL color Cylindrical-coordinate representation of color #FDD423: hue angle of 48.72º 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 #FDD423 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 212 35 -
CMYK 0 0.16 0.86 0.01
HSL 48.72º 0.98% 0.56% -
HSV(B) 48.72º 0.86% 0.99% -
XYZ 64.35 68.09 11.34 -
YUV 204.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 253 212 35 0 0.16 0.86 0.01 48.72 0.98 0.56
Hex FD D4 23 0 10 56 1 31 62 38
Octal 375 324 43 0 20 126 1 61 142 70
Binary 11111101 11010100 100011 0 10000 1010110 1 110001 1100010 111000

Color Harmonies of #FDD423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD423

Black with #FDD423

Text Example


Text Example

White with #FDD423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD423; }

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

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

background-color css

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

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

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

border-color css

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

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

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