Html Css Color HEX #FACD25 Turbo

📋 copy color: '#FACD25'

red 250 ◦ green 205 ◦ blue 37

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

Shades of Turbo #FACD25

Tints of Turbo #FACD25

RGB

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

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

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

R = 50.81%
G = 41.67%
B = 7.52%

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

#FACD25 (or 0xFACD25) is known color: Turbo. HEX triplet: FA, CD and 25. RGB value is (250,205,37). Sum of RGB (Red+Green+Blue) = 250+205+37=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD25 is #0532DA. Grayscale: #C8C8C8. Windows color (decimal): -340699 or 2477562. OLE color: 2477562.

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

Color convert

RGB 250 205 37 -
CMYK 0 0.18 0.85 0.02
HSL 47.32º 0.96% 0.56% -
HSV(B) 47.32º 0.85% 0.98% -
XYZ 61.59 64.12 10.88 -
YUV 199.3 36.41 164.16 -
System Red Green Blue C M Y K H S L
Decimal 250 205 37 0 0.18 0.85 0.02 47.32 0.96 0.56
Hex FA CD 25 0 12 55 2 2F 60 38
Octal 372 315 45 0 22 125 2 57 140 70
Binary 11111010 11001101 100101 0 10010 1010101 10 101111 1100000 111000

Color Harmonies of #FACD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD25

Black with #FACD25

Text Example


Text Example

White with #FACD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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