Html Css Color HEX #FADA27 Turbo

📋 copy color: '#FADA27'

red 250 ◦ green 218 ◦ blue 39

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

Shades of Turbo #FADA27

Tints of Turbo #FADA27

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 39 (15.63% from 255) = 7.69%

R = 49.31%
G = 43%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FADA27 (or 0xFADA27) is known color: Turbo. HEX triplet: FA, DA and 27. RGB value is (250,218,39). Sum of RGB (Red+Green+Blue) = 250+218+39=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 39 (15.62% from 255 or 7.69% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA27 is #0525D8. Grayscale: #CFCFCF. Windows color (decimal): -337369 or 2611962. OLE color: 2611962.

HSL color Cylindrical-coordinate representation of color #FADA27: hue angle of 50.9º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FADA27 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 218 39 -
CMYK 0 0.13 0.84 0.02
HSL 50.9º 0.95% 0.57% -
HSV(B) 50.9º 0.84% 0.98% -
XYZ 64.86 70.61 12.13 -
YUV 207.16 33.1 158.55 -
System Red Green Blue C M Y K H S L
Decimal 250 218 39 0 0.13 0.84 0.02 50.9 0.95 0.57
Hex FA DA 27 0 D 54 2 33 5F 39
Octal 372 332 47 0 15 124 2 63 137 71
Binary 11111010 11011010 100111 0 1101 1010100 10 110011 1011111 111001

Color Harmonies of #FADA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA27

Black with #FADA27

Text Example


Text Example

White with #FADA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA27; }

 p { color: rgb(250,218,39); }

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

background-color css

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

 a { background-color: rgb(250,218,39); }

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

border-color css

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

 span { border-color: rgb(250,218,39); }

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