Html Css Color HEX #FBDA1E Turbo

📋 copy color: '#FBDA1E'

red 251 ◦ green 218 ◦ blue 30

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

Shades of Turbo #FBDA1E

Tints of Turbo #FBDA1E

RGB

 RED value IS 251 (98.44% from 255) = 50.3%

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

 BLUE value IS 30 (12.11% from 255) = 6.01%

R = 50.3%
G = 43.69%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FBDA1E (or 0xFBDA1E) is known color: Turbo. HEX triplet: FB, DA and 1E. RGB value is (251,218,30). Sum of RGB (Red+Green+Blue) = 251+218+30=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA1E is #0425E1. Grayscale: #CFCFCF. Windows color (decimal): -271842 or 2022139. OLE color: 2022139.

HSL color Cylindrical-coordinate representation of color #FBDA1E: hue angle of 51.04º degrees, saturation: 0.97, 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 #FBDA1E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 218 30 -
CMYK 0 0.13 0.88 0.02
HSL 51.04º 0.97% 0.55% -
HSV(B) 51.04º 0.88% 0.98% -
XYZ 65.09 70.75 11.45 -
YUV 206.44 28.43 159.79 -
System Red Green Blue C M Y K H S L
Decimal 251 218 30 0 0.13 0.88 0.02 51.04 0.97 0.55
Hex FB DA 1E 0 D 58 2 33 61 37
Octal 373 332 36 0 15 130 2 63 141 67
Binary 11111011 11011010 11110 0 1101 1011000 10 110011 1100001 110111

Color Harmonies of #FBDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA1E

Black with #FBDA1E

Text Example


Text Example

White with #FBDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA1E; }

 p { color: rgb(251,218,30); }

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

background-color css

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

 a { background-color: rgb(251,218,30); }

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

border-color css

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

 span { border-color: rgb(251,218,30); }

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