Html Css Color HEX #FADD23 Turbo

📋 copy color: '#FADD23'

red 250 ◦ green 221 ◦ blue 35

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

Shades of Turbo #FADD23

Tints of Turbo #FADD23

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

 GREEN value IS 221 (86.72% from 255) = 43.68%

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

R = 49.41%
G = 43.68%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FADD23 (or 0xFADD23) is known color: Turbo. HEX triplet: FA, DD and 23. RGB value is (250,221,35). Sum of RGB (Red+Green+Blue) = 250+221+35=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 35 (14.06% from 255 or 6.92% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD23 is #0522DC. Grayscale: #D1D1D1. Windows color (decimal): -336605 or 2350586. OLE color: 2350586.

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

Color convert

RGB 250 221 35 -
CMYK 0 0.12 0.86 0.02
HSL 51.91º 0.96% 0.56% -
HSV(B) 51.91º 0.86% 0.98% -
XYZ 65.58 72.16 12.06 -
YUV 208.47 30.11 157.62 -
System Red Green Blue C M Y K H S L
Decimal 250 221 35 0 0.12 0.86 0.02 51.91 0.96 0.56
Hex FA DD 23 0 C 56 2 34 60 38
Octal 372 335 43 0 14 126 2 64 140 70
Binary 11111010 11011101 100011 0 1100 1010110 10 110100 1100000 111000

Color Harmonies of #FADD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD23

Black with #FADD23

Text Example


Text Example

White with #FADD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD23; }

 p { color: rgb(250,221,35); }

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

background-color css

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

 a { background-color: rgb(250,221,35); }

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

border-color css

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

 span { border-color: rgb(250,221,35); }

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