Html Css Color HEX #FADB25 Turbo

📋 copy color: '#FADB25'

red 250 ◦ green 219 ◦ blue 37

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

Shades of Turbo #FADB25

Tints of Turbo #FADB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.31%

R = 49.41%
G = 43.28%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FADB25 (or 0xFADB25) is known color: Turbo. HEX triplet: FA, DB and 25. RGB value is (250,219,37). Sum of RGB (Red+Green+Blue) = 250+219+37=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 37 (14.84% from 255 or 7.31% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB25 is #0524DA. Grayscale: #D0D0D0. Windows color (decimal): -337115 or 2481146. OLE color: 2481146.

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

Color convert

RGB 250 219 37 -
CMYK 0 0.12 0.85 0.02
HSL 51.27º 0.96% 0.56% -
HSV(B) 51.27º 0.85% 0.98% -
XYZ 65.09 71.12 12.05 -
YUV 207.52 31.77 158.3 -
System Red Green Blue C M Y K H S L
Decimal 250 219 37 0 0.12 0.85 0.02 51.27 0.96 0.56
Hex FA DB 25 0 C 55 2 33 60 38
Octal 372 333 45 0 14 125 2 63 140 70
Binary 11111010 11011011 100101 0 1100 1010101 10 110011 1100000 111000

Color Harmonies of #FADB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB25

Black with #FADB25

Text Example


Text Example

White with #FADB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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