Html Css Color HEX #FADB24 Turbo

📋 copy color: '#FADB24'

red 250 ◦ green 219 ◦ blue 36

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

Shades of Turbo #FADB24

Tints of Turbo #FADB24

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 36 (14.45% from 255) = 7.13%

R = 49.5%
G = 43.37%
B = 7.13%

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

#FADB24 (or 0xFADB24) is known color: Turbo. HEX triplet: FA, DB and 24. RGB value is (250,219,36). Sum of RGB (Red+Green+Blue) = 250+219+36=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 36 (14.45% from 255 or 7.13% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB24 is #0524DB. Grayscale: #D0D0D0. Windows color (decimal): -337116 or 2415610. OLE color: 2415610.

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

Color convert

RGB 250 219 36 -
CMYK 0 0.12 0.86 0.02
HSL 51.31º 0.96% 0.56% -
HSV(B) 51.31º 0.86% 0.98% -
XYZ 65.07 71.11 11.97 -
YUV 207.41 31.27 158.38 -
System Red Green Blue C M Y K H S L
Decimal 250 219 36 0 0.12 0.86 0.02 51.31 0.96 0.56
Hex FA DB 24 0 C 56 2 33 60 38
Octal 372 333 44 0 14 126 2 63 140 70
Binary 11111010 11011011 100100 0 1100 1010110 10 110011 1100000 111000

Color Harmonies of #FADB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB24

Black with #FADB24

Text Example


Text Example

White with #FADB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB24; }

 p { color: rgb(250,219,36); }

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

background-color css

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

 a { background-color: rgb(250,219,36); }

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

border-color css

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

 span { border-color: rgb(250,219,36); }

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