Html Css Color HEX #FACD1F Turbo

📋 copy color: '#FACD1F'

red 250 ◦ green 205 ◦ blue 31

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

Shades of Turbo #FACD1F

Tints of Turbo #FACD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.38%

R = 51.44%
G = 42.18%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FACD1F (or 0xFACD1F) is known color: Turbo. HEX triplet: FA, CD and 1F. RGB value is (250,205,31). Sum of RGB (Red+Green+Blue) = 250+205+31=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD1F is #0532E0. Grayscale: #C7C7C7. Windows color (decimal): -340705 or 2084346. OLE color: 2084346.

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

Color convert

RGB 250 205 31 -
CMYK 0 0.18 0.88 0.02
HSL 47.67º 0.96% 0.55% -
HSV(B) 47.67º 0.88% 0.98% -
XYZ 61.5 64.09 10.42 -
YUV 198.62 33.41 164.65 -
System Red Green Blue C M Y K H S L
Decimal 250 205 31 0 0.18 0.88 0.02 47.67 0.96 0.55
Hex FA CD 1F 0 12 58 2 30 60 37
Octal 372 315 37 0 22 130 2 60 140 67
Binary 11111010 11001101 11111 0 10010 1011000 10 110000 1100000 110111

Color Harmonies of #FACD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACD1F

Black with #FACD1F

Text Example


Text Example

White with #FACD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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