Html Css Color HEX #FDD323 Turbo

📋 copy color: '#FDD323'

red 253 ◦ green 211 ◦ blue 35

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

Shades of Turbo #FDD323

Tints of Turbo #FDD323

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.28%

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

R = 50.7%
G = 42.28%
B = 7.01%

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

#FDD323 (or 0xFDD323) is known color: Turbo. HEX triplet: FD, D3 and 23. RGB value is (253,211,35). Sum of RGB (Red+Green+Blue) = 253+211+35=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD323 is #022CDC. Grayscale: #CCCCCC. Windows color (decimal): -142557 or 2348029. OLE color: 2348029.

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

Color convert

RGB 253 211 35 -
CMYK 0 0.17 0.86 0.01
HSL 48.44º 0.98% 0.56% -
HSV(B) 48.44º 0.86% 0.99% -
XYZ 64.11 67.59 11.26 -
YUV 203.49 32.91 163.31 -
System Red Green Blue C M Y K H S L
Decimal 253 211 35 0 0.17 0.86 0.01 48.44 0.98 0.56
Hex FD D3 23 0 11 56 1 30 62 38
Octal 375 323 43 0 21 126 1 60 142 70
Binary 11111101 11010011 100011 0 10001 1010110 1 110000 1100010 111000

Color Harmonies of #FDD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD323

Black with #FDD323

Text Example


Text Example

White with #FDD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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