Html Css Color HEX #FACD26 Turbo

📋 copy color: '#FACD26'

red 250 ◦ green 205 ◦ blue 38

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

Shades of Turbo #FACD26

Tints of Turbo #FACD26

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 38 (15.23% from 255) = 7.71%

R = 50.71%
G = 41.58%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FACD26 (or 0xFACD26) is known color: Turbo. HEX triplet: FA, CD and 26. RGB value is (250,205,38). Sum of RGB (Red+Green+Blue) = 250+205+38=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 38 (15.23% from 255 or 7.71% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD26 is #0532D9. Grayscale: #C8C8C8. Windows color (decimal): -340698 or 2543098. OLE color: 2543098.

HSL color Cylindrical-coordinate representation of color #FACD26: hue angle of 47.26º degrees, saturation: 0.95, 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 #FACD26 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 205 38 -
CMYK 0 0.18 0.85 0.02
HSL 47.26º 0.95% 0.56% -
HSV(B) 47.26º 0.85% 0.98% -
XYZ 61.61 64.13 10.96 -
YUV 199.42 36.91 164.08 -
System Red Green Blue C M Y K H S L
Decimal 250 205 38 0 0.18 0.85 0.02 47.26 0.95 0.56
Hex FA CD 26 0 12 55 2 2F 5F 38
Octal 372 315 46 0 22 125 2 57 137 70
Binary 11111010 11001101 100110 0 10010 1010101 10 101111 1011111 111000

Color Harmonies of #FACD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD26

Black with #FACD26

Text Example


Text Example

White with #FACD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD26; }

 p { color: rgb(250,205,38); }

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

background-color css

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

 a { background-color: rgb(250,205,38); }

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

border-color css

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

 span { border-color: rgb(250,205,38); }

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